Improvements.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<VirtualHost *:80>
|
||||
|
||||
ServerName films.lcl
|
||||
ServerAlias films.lcl
|
||||
ServerName films.metanohi.name
|
||||
ServerAlias www.films.metanohi.name films.lcl
|
||||
ServerAdmin ns@metanohi.org
|
||||
|
||||
DocumentRoot /home/niels/www/meta/subsites/films
|
||||
@@ -20,17 +20,13 @@
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
WSGIDaemonProcess films.lcl processes=2 threads=15 display-name=%{GROUP}
|
||||
WSGIProcessGroup films.lcl
|
||||
WSGIDaemonProcess films.metanohi.name processes=2 threads=15 display-name=%{GROUP}
|
||||
WSGIProcessGroup films.metanohi.name
|
||||
|
||||
WSGIScriptAlias / /home/niels/www/meta/subsites/films/films.wsgi
|
||||
|
||||
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
|
||||
<Directory "/usr/lib/cgi-bin">
|
||||
AllowOverride None
|
||||
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Directory>
|
||||
LogLevel warn
|
||||
ErrorLog ${APACHE_LOG_DIR}/films.metanohi.name-error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/films.metanohi.name-access.log combined
|
||||
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user