From a40654dcef085dd58e78dadd39fb021dd7c1aab4 Mon Sep 17 00:00:00 2001 From: "Niels G. W. Serup" Date: Mon, 22 Aug 2016 15:20:23 +0200 Subject: [PATCH] Add old conf. --- .gitignore | 1 + apache.conf | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 apache.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 +