Results 1 to 4 of 4

Thread: Apache webserver: Weird error log

  1. #1
    Member
    Join Date
    Jul 2002
    Posts
    37

    Apache webserver: Weird error log

    I got this errors on my apache:

    [Sun Jul 18 23:13:38 2004] [notice] Parent: Created child process 812
    [Sun Jul 18 23:13:38 2004] [notice] Child 812: Child process is running
    [Sun Jul 18 23:13:38 2004] [notice] Child 812: Acquired the start mutex.
    [Sun Jul 18 23:13:38 2004] [notice] Child 812: Starting 250 worker threads.
    [Sun Jul 18 23:13:47 2004] [error] [client 127.0.0.1] script not found or unable to stat: C:/website/cgi-binaccess.pl

    why is it that the script can't be found? I checked the directory of the script and it was there. I'm confused.

  2. #2
    Antionline Herpetologist
    Join Date
    Aug 2001
    Posts
    1,165
    It should probably be C:/website/cgi-bin/access.pl . Notice the extra / after cgi-bin? Change any references to that path in all the config files.

    Cheers,
    cgkanchi
    Buy the Snakes of India book, support research and education (sorry the website has been discontinued)
    My blog: http://biology000.blogspot.com

  3. #3
    Member
    Join Date
    Jul 2002
    Posts
    37
    It should probably be C:/website/cgi-bin/access.pl . Notice the extra / after cgi-bin? Change any references to that path in all the config files.
    it's the error log that's generating it.

  4. #4
    Antionline Herpetologist
    Join Date
    Aug 2001
    Posts
    1,165
    The error log is generating it because something is telling Apache to run access.pl. Find what is doing it, change the path and solve your problem.

    Cheers,
    cgkanchi
    Buy the Snakes of India book, support research and education (sorry the website has been discontinued)
    My blog: http://biology000.blogspot.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •