|
|||||||||||
|
DO NOT REPLY [Bug 10353] New: - CustomLogs piping does not work
From: <bugzilla(at)apache.org>
Date: Sat Jun 29 2002 - 17:14:30 EDT
CustomLogs piping does not work
Summary: CustomLogs piping does not work
Product: Apache httpd-2.0
Version: 2.0.39
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: Other
Component: mod_log_config
AssignedTo: bugs@httpd.apache.org
ReportedBy: bpettit@yahoo.com
It seems that using the pipe in the customlogs is not working. I've tried the rotatelogs and it doesn nothing. I also created my own perl script to test this. Here is what is in my httpd.conf CustomLog "|bin/logs.pl logs/access.log" combined And my perl script: #$x = <>;
open OUT, "> d:/a";
All this should do since I'm just trying to get this to work is create a file called d:\a with the letter a in it. This works fine from the command line. When I run apache, nothing happens. To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org Received on Sat Jun 29 21:14:17 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 16:43:41 EDT |
||||||||||
|
|||||||||||