Hi All,
We're nearing the final stages of getting ISPConfig working with Litespeed. The only thing remaining is to get the traffic (access) statistics to be sent to VLogger which is a piped logging application used by ISPConfig.
http:/packages.debian.org/lenny/vlogger
The settings ISPConfig uses for Apache are shown below:
I assume that the Log Format should go into the 'Server' -> 'Log' -> 'Log Format' field in the web admin as per below:
Could someone guide me on how to setup the Piped logger with the same settings as the apache CustomLog line above?
UPDATE: When going to add an External Application for VLogger, I enter the command exactly as it appears in the Custom Log line above but without the Pipe and get the error that /usr/xxx/scripts/vlogger does not exist, despite being able to run from the command line. Any help greatly appreciated!
Thanks!
David
We're nearing the final stages of getting ISPConfig working with Litespeed. The only thing remaining is to get the traffic (access) statistics to be sent to VLogger which is a piped logging application used by ISPConfig.
http:/packages.debian.org/lenny/vlogger
The settings ISPConfig uses for Apache are shown below:
Code:
LogFormat "%v %h %l %u %t \"%r\" %>s %B \"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig
CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m%d-access.log\" -d \"/etc/vlogger-dbi.conf\" /var/log/ispconfig/httpd" combined_ispconfig
Code:
%v %h %l %u %t \"%r\" %>s %B \"%{Referer}i\" \"%{User-Agent}i\"
UPDATE: When going to add an External Application for VLogger, I enter the command exactly as it appears in the Custom Log line above but without the Pipe and get the error that /usr/xxx/scripts/vlogger does not exist, despite being able to run from the command line. Any help greatly appreciated!
Thanks!
David
Last edited by a moderator: