[Nottingham] Apache
Philip Scott
pgs31 at cam.ac.uk
Sun Apr 11 00:39:55 BST 2004
> Can anyone tell me what these error msgs might mean please ?
> [Sat Apr 10 16:51:49 2004] [notice]
> Apache-AdvancedExtranetServer/1.3.27 (%{distribution}/8.1kns)
> mod_gzip/1.3.26.1a PHP/4.3.1 configured -- resuming normal
> operations
Looks good
> [Sat Apr 10 16:51:49 2004] [notice] Accept mutex: sysvsem
> (Default: sysvsem)
To do with multi-threading mutexes and semaphores are a method of inter-thread
communication - this doesn't look like an error.
> [Sat Apr 10 16:53:44 2004] [error] [client 127.0.0.1] File does
> not exist: /var/www/html/buttons/li.gif
This will be your problem - are you sure that the file you are requesting
lives here, and is accessible by apache (usually runs as 'nobody') so the
file permissions must be set so that anyone can read it..
> [Sat Apr 10 16:54:10 2004] [notice] child pid 1240 exit signal
> Segmentation fault (11)
> [Sat Apr 10 16:54:11 2004] [notice] child pid 1761 exit signal
> Segmentation fault (11)
> [Sat Apr 10 16:54:21 2004] [notice] child pid 1762 exit signal
> Segmentation fault (11)
> [Sat Apr 10 16:54:22 2004] [notice] child pid 1763 exit signal
> Segmentation fault (11)
This badness is probaby caused by the above badness - I suspect if you fix the
above problem then these will go away.
> [Sat Apr 10 16:55:36 2004] [error] [client 127.0.0.1] File does
> not exist: /var/www/html/buttons/li.gif
> [Sat Apr 10 16:58:27 2004] [notice] child pid 1242 exit signal
> Segmentation fault (11)
> [Sat Apr 10 16:58:28 2004] [notice] child pid 1760 exit signal
> Segmentation fault (11)
> [Sat Apr 10 17:07:27 2004] [notice] caught SIGTERM, shutting
> down
It's really got in a mess here, it looks like there is something more deeply
wrong than the file just missing - perhaps it is corrupted, or the filesystem
is damaged. Can you access other files on the site?
> [Sat Apr 10 17:07:37 2004] [notice]
> Apache-AdvancedExtranetServer/1.3.27 (%{distribution}/8.1kns)
> mod_gzip/1.3.26.1a PHP/4.3.1 configured -- resuming normal
> operations
> [Sat Apr 10 17:07:37 2004] [notice] Accept mutex: sysvsem
> (Default: sysvsem)
> [Sat Apr 10 17:13:17 2004] [notice] child pid 2422 exit signal
> Segmentation fault (11)
> [Sat Apr 10 17:13:18 2004] [notice] child pid 2429 exit signal
> Segmentation fault (11)
Ditto
Let us know how you get on!
Regards,
Philip
More information about the Nottingham
mailing list