apache error - grungy - 11-21-2007 08:22 PM
I am getting the following error in my /var/log/apach2/error.log file:
Code:
[Wed Nov 21 11:18:35 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:18:59 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:00 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:01 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:02 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:03 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:04 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:05 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:06 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:07 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:08 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:09 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:10 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:12 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:14 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:18 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:18 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:20 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:47 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:48 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:49 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:50 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:51 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:19:54 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:20:11 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:20:13 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:20:15 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:20:25 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:20:26 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:20:27 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:20:28 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:20:29 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:20:30 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:20:31 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:20:32 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:20:34 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:20:55 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:20:56 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:20:58 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:20:59 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:21:03 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
[Wed Nov 21 11:21:04 2007] [error] [client 127.0.0.1] File does not exist: /htdocs
after some time the apache server gets really slow....no htdocs folders are missing in /var/www/virtual
help?!
RE: apache error - joximu - 11-22-2007 12:51 AM
suse?
RE: apache error - BeNe - 11-22-2007 01:15 AM
Right user and permission on the htdocs folder ?
Greez BeNe
RE: apache error - grungy - 11-22-2007 01:42 AM
Debian Etch.......
which htdocs folder?
RE: apache error - pgentoo - 11-22-2007 03:32 AM
grungy Wrote:Debian Etch.......
which htdocs folder?
The client is 127.0.0.1? That seems weird... And also, when apache puts a message like this in its logs, it usually puts the full filesystem path to the file that is missing (atleast on my redhat system).
Do you somehow actually have a site up hosted on /htdocs ?
-
Jesse
RE: apache error - grungy - 11-22-2007 03:43 AM
Well if one of the htdocs folder was deleted apache would display the full path of the folder.. taht's during apache startup, I have tested that..
I host many sites, no htdocs are missing and I have no entry for /htdocs
RE: apache error - pgentoo - 11-22-2007 03:59 AM
grungy Wrote:Well if one of the htdocs folder was deleted apache would display the full path of the folder.. taht's during apache startup, I have tested that..
I host many sites, no htdocs are missing and I have no entry for /htdocs
Can you run a quick: `ls -la /var/www/virtual/*/htdocs` and just make sure that all the permissions on the htdocs folders are in sync? Maybe one of them is owned by root or something? Just an idea...
RE: apache error - grungy - 11-22-2007 04:09 AM
Ok, so I did:
ls -all /var/www/virtual/*/ | grep htdocs
and no folders are owned by root, only 4 htdocs folders have the group part owned by apache user that is www-data, like this:
drwxrwxr-x 11 vu2018 www-data 1024 2007-10-02 19:09 htdocs
RE: apache error - pgentoo - 11-22-2007 04:12 AM
So all the rest of them are like vu2345:vu2345, just the 4 are vu2345:www-data? I'd try changing those to all match with the same user/group, just for consistancy.
It doesn't seem like this would matter though, since they are chmod 775.
RE: apache error - grungy - 11-22-2007 04:22 AM
pasichnyk Wrote:So all the rest of them are like vu2345:vu2345, just the 4 are vu2345:www-data? I'd try changing those to all match with the same user/group, just for consistancy.
It doesn't seem like this would matter though, since they are chmod 775.
Did it.....still have the same problem....
|