wsgi stuff working with apache 2.4
This commit is contained in:
parent
6ec0aa5245
commit
7d55a502b8
|
@ -21,15 +21,14 @@ WSGIProcessGroup metanohi.name
|
|||
WSGIScriptAlias / /home/niels/www/meta/nohi/nohi.wsgi
|
||||
|
||||
<Directory /home/niels/www/meta/nohi>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
|
||||
|
||||
LogLevel warn
|
||||
ErrorLog /var/log/apache2/metanohi.name-error.log
|
||||
CustomLog /var/log/apache2/metanohi.name-access.log combined
|
||||
ErrorLog /var/log/httpd/metanohi.name-error.log
|
||||
CustomLog /var/log/httpd/metanohi.name-access.log combined
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
|
@ -53,15 +52,14 @@ WSGIProcessGroup metanohi.name
|
|||
WSGIScriptAlias / /home/niels/www/meta/nohi/nohi.wsgi
|
||||
|
||||
<Directory /home/niels/www/meta/nohi>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
|
||||
|
||||
LogLevel warn
|
||||
ErrorLog /var/log/apache2/metanohi.name-error.log
|
||||
CustomLog /var/log/apache2/metanohi.name-access.log combined
|
||||
ErrorLog /var/log/httpd/metanohi.name-error.log
|
||||
CustomLog /var/log/httpd/metanohi.name-access.log combined
|
||||
|
||||
SSLEngine on
|
||||
SSLCertificateFile /home/niels/www/meta/metanohi_server.pem
|
||||
|
|
Loading…
Reference in New Issue