Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
99481a05
Commit
99481a05
authored
May 03, 2009
by
tbrehm
Browse files
Fixed: FS#692 - Argument "-" isn't numeric in numeric gt (>) at /usr/sbin/vlogger line 456
parent
d49ff1dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/tpl/apache_ispconfig.conf.master
View file @
99481a05
...
...
@@ -4,7 +4,7 @@
# ISPConfig Logfile configuration for vlogger
################################################
LogFormat "%v %h %l %u %t \"%r\" %>s %
b
\"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig
LogFormat "%v %h %l %u %t \"%r\" %>s %
B
\"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig
CustomLog "| /usr/sbin/vlogger -s access.log -t \"%Y%m%d-access.log\" /var/log/ispconfig/httpd" combined_ispconfig
<Directory /var/www/clients>
...
...
server/conf/apache_ispconfig.conf.master
View file @
99481a05
...
...
@@ -3,7 +3,7 @@
# ISPConfig Logfile configuration for vlogger
################################################
LogFormat "%v %h %l %u %t \"%r\" %>s %
b
\"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig
LogFormat "%v %h %l %u %t \"%r\" %>s %
B
\"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig
CustomLog "| /usr/sbin/vlogger -s access.log -t \"%Y%m%d-access.log\" /var/log/ispconfig/httpd" combined_ispconfig
<Directory /var/www/clients>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment