From: Michael Tremer Date: Sun, 4 Sep 2016 08:25:41 +0000 (+0100) Subject: captive: Log into default apache log files X-Git-Tag: v2.19-core115~60^2~58 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=a79b220c5a6ad33126276958a506befe8b437a25 captive: Log into default apache log files Signed-off-by: Michael Tremer --- diff --git a/config/httpd/vhosts.d/captive.conf b/config/httpd/vhosts.d/captive.conf index 0824b79561..c6daf7975b 100644 --- a/config/httpd/vhosts.d/captive.conf +++ b/config/httpd/vhosts.d/captive.conf @@ -2,9 +2,6 @@ Listen 1013 DocumentRoot /srv/web/ipfire/html/captive - ServerAdmin alexander.marx@oab.de - ErrorLog /var/log/httpd/captive/error_log - TransferLog /var/log/httpd/captive/access_log Options ExecCGI diff --git a/lfs/apache2 b/lfs/apache2 index 1e6f01655d..c66f3c3fa6 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -120,9 +120,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cp -rf $(DIR_CONF)/httpd/* /etc/httpd/conf ln -sf $(CONFIG_ROOT)/main/hostname.conf /etc/httpd/conf/ - # Create logdir for captive-portal - mkdir -pv /var/log/httpd/captive - # Create logodir for captive portal mkdir -pv /srv/web/ipfire/html/captive/logo chown nobody.nobody /srv/web/ipfire/html/captive/logo