Session Information Going into PHP Error Log
-
We just noticed that in our PHP error log there are entries being generated each time a feed checks our site. The entries basically seem to be a trace of the HTTP protocol starting with the “GET” operation and then showing all the data that went out in the “RESPONSE”.
I have a section of that information below.
Not being a heavy PHP designer, I have been unable to determine how this is being generated to either turn it off or make it not output all the information.
So I am not sure if there is a flag or parameter in PHP doing this or if there is some place in the WordPress code that is generating this and I can turn it off…
Please help since the data being logged keeps us from debugging some other programs.
Thanks in advance for the help.
Bernie
Here is what shows up in the error log……
%% [Wed Feb 2 04:42:59 2005] GET /news/wp-rss2.php HTTP/1.1
%% 304 /z/dr/students_international/us2/news/wp-rss2.php
%request
A-IM: feed
Accept: */*
Accept-Encoding: deflate, gzip
Host: internationalculturalexchange.org
If-Modified-Since: Wed, 02 Feb 2005 05:26:22 GMT
Pragma: no-cache
User-Agent: PubSub.com RSS reader – http://www.pubsub.com/
%response
ETag: “d6df9919598b6e82b1e39899b2541fd2”
WWW-Authenticate: Basic realm=”Password Protected Area”
X-Pingback: http://internationalculturalexchange.org/news/xmlrpc.php
%stdoutxmlns:content=”http://purl.org/rss/1.0/modules/content/”
xmlns:wfw=”http://wellformedweb.org/CommentAPI/”
>http://internationalculturalexchange.org/news
News and Information You Can Use
Copyright 2005
Mon, 31 Jan 2005 22:28:32 +0000
http://wordpress.org/?v=1.2.2….then following is the text and URL for every entry. (I suppose there is another question here like why did everything get returned when the request seems to be only “if modified since”? Is WordPress getting this right?)
Bernie
The topic ‘Session Information Going into PHP Error Log’ is closed to new replies.