27 lines
736 B
Text
27 lines
736 B
Text
|
<VirtualHost *:80>
|
||
|
ServerName re2o.rezometz.org
|
||
|
ServerAlias lorrabelle.rez
|
||
|
|
||
|
LogLevel warn
|
||
|
ErrorLog ${APACHE_LOG_DIR}/re2o-error.log
|
||
|
CustomLog ${APACHE_LOG_DIR}/re2o-access.log combined
|
||
|
|
||
|
#<Directory />
|
||
|
# AuthType Basic
|
||
|
# AuthName "Password Required"
|
||
|
# AuthUserFile /usr/local/password
|
||
|
# Require valid-user
|
||
|
# #Require all granted
|
||
|
#</Directory>
|
||
|
|
||
|
#Alias /static /var/www/re2o/static_files
|
||
|
#Alias /media /var/www/re2o/media
|
||
|
|
||
|
#WSGIScriptAlias / /var/www/re2o/re2o/wsgi.py
|
||
|
#WSGIProcessGroup re2o
|
||
|
#WSGIDaemonProcess re2o processes=2 threads=16 maximum-requests=1000 display-name=re2o
|
||
|
#WSGIPassAuthorization On
|
||
|
|
||
|
DocumentRoot /var/www/html
|
||
|
</VirtualHost>
|