Strange apache error log messages when viewing PHP scripts

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • comp.lang.php

    #1

    Strange apache error log messages when viewing PHP scripts

    Whenever I would view any of my PHP scripts on any of a number of
    servers that I run, the Apache error logs on each of them would have
    this rather strange error:

    [Tue Mar 28 13:01:33 2006] [error] [client *.*.*.*] File does not
    exist: C:/Program Files/Apache Group/Apache2/htdocs/tools/myapp/tools,
    referer: http://www.myappworld.com/tools/myapp

    It never generates any PHP-related errors, warnings, notices, anything
    related to this of any kind; furthermore, all of my apps on all of my
    servers run with no problems whatsoever, however, multiple instances of
    this very same error message occurs at each page that I visit.

    there is no such file nor directory, of course, as
    "../htdocs/tools/myapp/tools", however, there is "/htdocs/tools/myapp".

    Any ideas?

    Thanx
    Phil

  • Robert Ionescu

    #2
    Re: Strange apache error log messages when viewing PHP scripts

    comp.lang.php wrote:[color=blue]
    > Whenever I would view any of my PHP scripts on any of a number of
    > servers that I run, the Apache error logs on each of them would have
    > this rather strange error:[/color]

    Did you check the access log / HTTP request headers corresponding to
    that request?

    --
    Robert

    Comment

    Working...