Apache::LogFile, rotatelogs, and line breaks

2002-07-03 Thread Jim Spath
I've been running Apache::LogFile to create a piped log through rotatelogs and have experienced some problems. I created a log file that had 2271 entries in it for one hour. Out of these 2271 entries, 622 of them occured on the same second and wrote to the log properly (one entry per line

Re: Apache::LogFile, rotatelogs, and line breaks

2002-07-03 Thread Jim Spath
On Wednesday 03 July 2002 12:25 pm, Jim Spath wrote: I've been running Apache::LogFile to create a piped log through rotatelogs and have experienced some problems. I have narrowed the problem down to the use of piped logging and Apache::LogFile. When I use Apache::LogFile to write directly

Apache::LogFile issues

2002-07-01 Thread Jim Spath
Hello everyone, I'm attempting to implement Apache::LogFile on our production servers and running into some problems. It seems to work fine on our development server, which is running Apache 1.3.20, except for the fact that we can no longer issue 'apachectl restart', we have to stop

Re: Apache::LogFile issues

2002-07-01 Thread Geoffrey Young
On our production server, we are running Apache 1.3.24, and I cannot get the webserver to start with the Apache::LogFile code in the conf file. It always dies with the above error, whether I stop and start or just restart. The relavant lines from the httpd.conf file

Apache::LogFile is broken

2001-10-10 Thread Brian B.
Hello everybody. I upgraded from apache 1.3.14 to 1.3.20 (1.26), and it seems my Apache::LogFile is no longer working. from httpd.conf (starting at line 31): PerlModule Apache::LogFile PerlLogFile |/usr/local/apachessl/bin/cronolog /usr/local/apachessl/logs/mylog.%y%m%d My::Logger from httpd

Re: Apache::LogFile

2001-09-14 Thread Bryan T. Schmidt
/startup.pl PerlFreshRestartOn PerlModule Apache::LogFile PerlLogFile logs/PTW-access.log PTW::access PerlLogFile logs/PTW-error.log PTW::error PerlLogFile logs/PTW-debug.log PTW::debug PerlLogFile logs/PTW-security.log PTW::security Location /PTW-Server/FileFilter SetHandler perl

RE: Apache::LogFile

2001-09-14 Thread Geoffrey Young
-Original Message- From: Bryan T. Schmidt [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 3:32 PM To: [EMAIL PROTECTED] Subject: Re: Apache::LogFile This problem went away when I downgraded to Apache 1.3.17, mod_perl 1.25, and mod_ssl 2.80. I would really like

Apache::LogFile

2001-09-13 Thread Bryan T. Schmidt
... # PerlRequire conf/startup.pl PerlFreshRestartOn PerlModule Apache::LogFile PerlLogFile logs/PTW-access.log PTW::access PerlLogFile logs/PTW-error.log PTW::error PerlLogFile logs/PTW-debug.log PTW::debug PerlLogFile logs/PTW-security.log PTW::security Location /PTW-Server

Apache::LogFile Funkyness with TransferLog

2001-06-06 Thread Benjamin Elbirt
Hello all, I'm hoping you can help with this. Apache 1.3.19 and 1.3.20 Mod_Perl 1.25 Redhat Linux 7.1 Solaris 2.7? I used the Apache::LogFile module and setup a transfer log as follows in my httpd.conf: PerlModule Apache::LogFile PerlLogFile logs

Re: Problem with Apache::LogFile

2001-01-24 Thread Doug MacEachern
Oracle SQL*Load into a database (I know about Apache::LogDBI, but my DBA group will not let me do this). I wish to use Apache::LogFile to utilize the Apache logging mechanisms to allow all httpd children to write to a common file w/o having to worry about flocking or other methods to allow write

Problem with Apache::LogFile

2001-01-23 Thread Liddick, Scott
I am currently writing a PerlLogHandler that will (hopefully) write request info to a rolling logfile in a pipe delimeted format for hourly loading via Oracle SQL*Load into a database (I know about Apache::LogDBI, but my DBA group will not let me do this). I wish to use Apache::LogFile