• 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
    %stdout

    xmlns: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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Im running into the same problem. Everytime I have a GET command from HTTP 1.1 there is an error generated. Any ideas why this is happening?

    Is there something I should be calling or defining in the header of my template…?

    Thread Starter bernard_j_l

    (@bernard_j_l)

    Well I guess this issue is not going anywhere fast.

    We are still having this happen but since we have most of our other applications running fine we are ignoring this.

    But we do have to delete our error logs from time to time.

    I can’t help thinking this is a simple configuration issue somewhere.

    Anyhow feel free to delete this thread and if things get worse we will repost this.

    Thanks for trying.

    Bernie

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Session Information Going into PHP Error Log’ is closed to new replies.