metanohi-misc-subsites/nohix/apache.conf

17 lines
524 B
ApacheConf
Raw Normal View History

2011-08-02 19:57:57 +02:00
<VirtualHost *:80>
2011-08-05 00:49:51 +02:00
ServerName nohix.metanohi.name
2016-08-21 00:29:11 +02:00
ServerAlias www.nohix.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/nohix
<Directory /home/niels/prog/metanohi-misc-subsites/nohix/>
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>
2011-08-05 00:49:51 +02:00
LogLevel warn
2016-08-21 00:29:11 +02:00
ErrorLog ${APACHE_LOG_DIR}/error-nohix.metanohi.name.log
CustomLog ${APACHE_LOG_DIR}/access-nohix.metanohi.name.log combined
2013-01-02 22:23:14 +01:00
</VirtualHost>