commit a40654dcef085dd58e78dadd39fb021dd7c1aab4 Author: Niels G. W. Serup Date: Mon Aug 22 15:20:23 2016 +0200 Add old conf. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..117ed51 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/extern diff --git a/apache.conf b/apache.conf new file mode 100644 index 0000000..f3499f8 --- /dev/null +++ b/apache.conf @@ -0,0 +1,16 @@ + + ServerName media.metanohi.name + ServerAlias www.media.metanohi.name hvy.metanohi.name www.hvy.metanohi.name films.metanohi.name www.films.metanohi.name + ServerAdmin ngws@metanohi.name + + DocumentRoot /home/niels/prog/media + + Options Indexes Includes FollowSymLinks MultiViews + AllowOverride All + Require all granted + + + LogLevel warn + ErrorLog ${APACHE_LOG_DIR}/error-media.metanohi.name.log + CustomLog ${APACHE_LOG_DIR}/access-media.metanohi.name.log combined +