You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by sy...@eluminoustechnologies.com on 2003/02/11 15:55:16 UTC

[users@httpd] Log format changed.

Hello All,

When i checked my error_log its not showing me the date time and other stuff whereas it was showing me before. Suprisingly the access_log format is correct.
my error_log format is
Use of uninitialized value in string eq at /home/path/www/cgi/ads_display.pl line 664, <DAILYLOG> line 727
my access_log shows
127.0.0.1 - - [11/Feb/2003:09:45:01 -0500] "GET /whm-server-status HTTP/1.0" 200 49890

I want my error log to display the same format as the access_log but its not.

What could be wrong???

Regards,
Tina


Re: [users@httpd] Log format changed.

Posted by sy...@eluminoustechnologies.com.
----- Original Message -----
From: "Joshua Slive" <jo...@slive.ca>
To: <us...@httpd.apache.org>
Sent: Tuesday, February 11, 2003 8:32 PM
Subject: Re: [users@httpd] Log format changed.


>
> On Tue, 11 Feb 2003 system@eluminoustechnologies.com wrote:
>
> > Hello All,
> >
> > When i checked my error_log its not showing me the date time and other
> > stuff whereas it was showing me before. Suprisingly the access_log
> > format is correct.
> > my error_log format is
> > Use of uninitialized value in string eq at
> > /home/path/www/cgi/ads_display.pl line 664, <DAILYLOG> line 727
>
> In addition to formatted messages from apache, the error_log contains the
> stderr output of your cgi scripts, unformatted.  It is your cgi script
> dumping this to the log, not apache.
>
> Joshua.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
>



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Log format changed(Resolved)

Posted by sy...@eluminoustechnologies.com.
Hello All,

Thank you for your reply it was my stupidity the log format is not changed.

Regards,
Tina
----- Original Message -----
From: "Joshua Slive" <jo...@slive.ca>
To: <us...@httpd.apache.org>
Sent: Tuesday, February 11, 2003 8:32 PM
Subject: Re: [users@httpd] Log format changed.


>
> On Tue, 11 Feb 2003 system@eluminoustechnologies.com wrote:
>
> > Hello All,
> >
> > When i checked my error_log its not showing me the date time and other
> > stuff whereas it was showing me before. Suprisingly the access_log
> > format is correct.
> > my error_log format is
> > Use of uninitialized value in string eq at
> > /home/path/www/cgi/ads_display.pl line 664, <DAILYLOG> line 727
>
> In addition to formatted messages from apache, the error_log contains the
> stderr output of your cgi scripts, unformatted.  It is your cgi script
> dumping this to the log, not apache.
>
> Joshua.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
>



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Log format changed.

Posted by Joshua Slive <jo...@slive.ca>.
On Tue, 11 Feb 2003 system@eluminoustechnologies.com wrote:

> Hello All,
>
> When i checked my error_log its not showing me the date time and other
> stuff whereas it was showing me before. Suprisingly the access_log
> format is correct.
> my error_log format is
> Use of uninitialized value in string eq at
> /home/path/www/cgi/ads_display.pl line 664, <DAILYLOG> line 727

In addition to formatted messages from apache, the error_log contains the
stderr output of your cgi scripts, unformatted.  It is your cgi script
dumping this to the log, not apache.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org