Skip to content

Commit 05161ae

Browse files
author
Marius Burkard
committed
- syntax error in apache config
1 parent 5ac40dc commit 05161ae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

install/tpl/apache_ispconfig.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ SSLStaplingCache shmcb:/var/run/ocsp(128000)
1616
LogFormat '%v %h %l %u %t "%r" %>s %S "%{Referer}i" "%{User-Agent}i"' combined_ispconfig
1717
<tmpl_else>
1818
LogFormat "%v %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig
19+
</tmpl_if>
1920
<tmpl_if name='logging' op='==' value='anon'>
2021
CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -p -s access.log -t \"%Y%m%d-access.log\" /var/log/ispconfig/httpd" combined_ispconfig env=!dontlog
2122
</tmpl_if>

server/conf/apache_ispconfig.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ SSLStaplingCache shmcb:/var/run/ocsp(128000)
1818
LogFormat '%v %h %l %u %t "%r" %>s %S "%{Referer}i" "%{User-Agent}i"' combined_ispconfig
1919
<tmpl_else>
2020
LogFormat "%v %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig
21+
</tmpl_if>
2122
<tmpl_if name='logging' op='==' value='anon'>
2223
CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -p -s access.log -t \"%Y%m%d-access.log\" /var/log/ispconfig/httpd" combined_ispconfig env=!dontlog
2324
</tmpl_if>

0 commit comments

Comments
 (0)