mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 01:42:58 +02:00
captive: Log into default apache log files
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -2,9 +2,6 @@ Listen 1013
|
||||
|
||||
<VirtualHost *: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
|
||||
|
||||
<Directory /srv/web/ipfire/html/captive>
|
||||
Options ExecCGI
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user