문제

I'm using LAMP server in my Ubuntu 12.04. and want to install wsgi module in apache for running python application. How install this module ?

도움이 되었습니까?

해결책

Try this:

# sudo apt-get install apache2 apache2.2-common apache2-mpm-prefork apache2-utils libexpat1 ssl-cert

# sudo apt-get install libapache2-mod-wsgi

# sudo service apache2 restart

After you succeed all that, go to your apache httpd conf enable WSGI module configure your pythone app and restart apache again.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top