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

17 lines
616 B
ApacheConf

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