Error Repeating, And Repeating...

Nacht

New member
Joined
Dec 5, 2005
Messages
4
Hello,

Well, I wake up this morning to find: this . Yah, it's definately a lot of fun, and as far as I can tell it's still happening.

I don't know exactly what apache is doing to itself here... but this web site needs to be up. Any suggestions?

Thanks,
Nacht
 
Describe your setup a little more. What version of apache, php, and zend are you running. Are you running any other php accelerators.
Do you have any non-standard (by DA) modules compiled into apache.
 
Also ...

Did you try manually stopping all apache processes and then restarting?

To do this first shut down apache from the DA control panel, then repeatedly do:

# killall -9 httpd

until

# ps waux | grep httpd

doesn't show processes.

Then restart apache from the control panel while tailing the log.

Look especially for some missing file or error before you start get these repeted errors.

Jeff
 
The nice people in DirectAdmin support helped figure it out. :)

It ended up being Webalizer (Which I had temp. set a cron for, but forgot about) giving out the error. The error is only happening once a day now not fo much filling up my logs.

But now what's in my logs is even funnier.
[Tue Dec 13 17:28:41 2005] [error] [client 137.224.***.***] File does not exist: /var/www/html/tgp/pv0408051/images/Anetta_Keys_21sextury_Free_TGP_02.jpg

And this one begins to insult linux a bit
[Wed Dec 14 03:29:04 2005] [error] [client 64.252.***.**] File does not exist: /var/www/html/scripts/..%5c%5c../winnt/system32/cmd.exe

Hehehe. I wonder why people are trying to run exe scripts where they don't even exist.:rolleyes:
 
Back
Top