Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 797 Bytes

etc.apache2.sites-available.kaeru-lang.org

File metadata and controls

32 lines (25 loc) · 797 Bytes

<VirtualHost *:80> ServerName kaeru-lang.org ServerAdmin [email protected]

DocumentRoot /var/www/kaeru-lang.org <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www/kaeru-lang.org/kaeru/static> Options Indexes FollowSymLinks MultiViews Includes AllowOverride All Order allow,deny allow from all </Directory> XBitHack on

ErrorLog ${APACHE_LOG_DIR}/kaeru-lang.org-error.log

#LogLevel warn LogLevel debug

CustomLog ${APACHE_LOG_DIR}/kaeru-lang.org-access.log combined

Alias /static “/var/www/kaeru-lang.org/kaeru/static”

WSGIProcessGroup syslab WSGIScriptAlias / /var/www/kaeru-lang.org/kaeru-lang.org.wsgi

</VirtualHost>