I'm getting an error when using a CustomLog directive that pipes output to a CGI:
CustomLog "| /htdocs/user/domain.com/cgi-bin/sitedefender/sd.cgi" "%a|%u|%s"
Returns this error:
2009-02-22 22:43:10.938 [WARN] [/httpd/conf/httpd.conf//domain.com:443.conf:12] Failed to initialize pipe log file: /httpd/ /htdocs/user/domain.com/cgi-bin/sitedefender/sd.cgi!
Does anyone know how to fix this? Because we're not using the built-in configs (too much work when we have an existing template based system for creating Apache configs), there's not an option to turn ON piped logging.
Feedback appreciated.
CustomLog "| /htdocs/user/domain.com/cgi-bin/sitedefender/sd.cgi" "%a|%u|%s"
Returns this error:
2009-02-22 22:43:10.938 [WARN] [/httpd/conf/httpd.conf//domain.com:443.conf:12] Failed to initialize pipe log file: /httpd/ /htdocs/user/domain.com/cgi-bin/sitedefender/sd.cgi!
Does anyone know how to fix this? Because we're not using the built-in configs (too much work when we have an existing template based system for creating Apache configs), there's not an option to turn ON piped logging.
Feedback appreciated.
Last edited: