You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Poohba <po...@blkpoohba.dyndns.org> on 2007/09/13 16:20:36 UTC

[users@httpd] Will not work "out the box" properly

Normally I would start the service and all would be fine.  If first time
I would get the apache page, if I'm upgrading and I copy over my
httpd.conf I would get my page, this has been the case from my start
with Fedora to fc5.  Now I get an Index of / and no images show.  If I
go to the /icons/ page, I get a list of the images in the dir but when I
click on one, I get page cannot be displayed.  When I go to the /icons/
page I get:
[Wed Sep 12 13:34:11 2007] [notice] child pid 1426 exit signal
Segmentation fault (11)
[Wed Sep 12 13:34:11 2007] [notice] child pid 1427 exit signal
Segmentation fault (11)
[Wed Sep 12 13:34:11 2007] [notice] child pid 1428 exit signal
Segmentation fault (11)
in the error log

When it the server starts I get: 
[Wed Sep 12 13:31:48 2007] [notice] Apache/2.2.6 (Unix) DAV/2 PHP/5.2.3
configured -- resuming normal operations

What is new/wrong with the original settup?


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Will not work "out the box" properly

Posted by Joshua Slive <jo...@slive.ca>.
On 9/13/07, Poohba <po...@blkpoohba.dyndns.org> wrote:
> Normally I would start the service and all would be fine.  If first time
> I would get the apache page, if I'm upgrading and I copy over my
> httpd.conf I would get my page, this has been the case from my start
> with Fedora to fc5.  Now I get an Index of / and no images show.  If I
> go to the /icons/ page, I get a list of the images in the dir but when I
> click on one, I get page cannot be displayed.  When I go to the /icons/
> page I get:
> [Wed Sep 12 13:34:11 2007] [notice] child pid 1426 exit signal
> Segmentation fault (11)
> [Wed Sep 12 13:34:11 2007] [notice] child pid 1427 exit signal
> Segmentation fault (11)
> [Wed Sep 12 13:34:11 2007] [notice] child pid 1428 exit signal
> Segmentation fault (11)
> in the error log
>
> When it the server starts I get:
> [Wed Sep 12 13:31:48 2007] [notice] Apache/2.2.6 (Unix) DAV/2 PHP/5.2.3
> configured -- resuming normal operations
>
> What is new/wrong with the original settup?

Something is messed up. To find out what, you need to get a core dump
file and generate a backtrace. See:
http://httpd.apache.org/dev/debugging.html#crashes

(By the way, it is unlikely that the problem is something that comes
"out (of) the box" with the Apache HTTP Server from
http://httpd.apache.org. It is much more likely that you have a
problem with a third-party module. The above instructions will help
you identify which one.)

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org