metanohi-misc-subsites/nohix/apache.conf

17 lines
524 B
ApacheConf

<VirtualHost *:80>
ServerName nohix.metanohi.name
ServerAlias www.nohix.metanohi.name
ServerAdmin ngws@metanohi.name
DocumentRoot /home/niels/prog/metanohi-misc-subsites/nohix
<Directory /home/niels/prog/metanohi-misc-subsites/nohix/>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
LogLevel warn
ErrorLog ${APACHE_LOG_DIR}/error-nohix.metanohi.name.log
CustomLog ${APACHE_LOG_DIR}/access-nohix.metanohi.name.log combined
</VirtualHost>