metanohi-misc-subsites/old-projects/apache.conf

17 lines
616 B
ApacheConf
Raw Normal View History

2011-08-02 19:57:57 +02:00
<VirtualHost *:80>
ServerName old-projects.metanohi.name
ServerAlias www.old-projects.metanohi.name projects.metanohi.name www.projects.metanohi.name
2013-01-02 22:23:14 +01:00
ServerAdmin ngws@metanohi.name
2011-08-02 19:57:57 +02:00
2016-08-21 00:29:11 +02:00
DocumentRoot /home/niels/prog/metanohi-misc-subsites/old-projects
<Directory /home/niels/prog/metanohi-misc-subsites/old-projects/>
2011-08-02 19:57:57 +02:00
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
2014-08-01 18:07:15 +02:00
Require all granted
2011-08-02 19:57:57 +02:00
</Directory>
2016-08-21 00:29:11 +02:00
LogLevel warn
ErrorLog ${APACHE_LOG_DIR}/error-old-projects.metanohi.name.log
CustomLog ${APACHE_LOG_DIR}/access-old-projects.metanohi.name.log combined
2013-01-02 22:23:14 +01:00
</VirtualHost>