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/10 22:23:34 UTC

[users@httpd] No welcome page and default images not showing

I have recently upgraded to fedora 7 from fc5.  I then did a fresh
install of fedora 7 and that is currently what I am working in.  I
installed httpd from yum and i tried just copying over my
saved /etc/httpd/conf/httpd.conf from fc5.  That didn't work.  Getting
many errors.

I have since removed httpd, reinstalled it and now working with a fresh
copy of everything.  Initially I get a page cannot be displayed and in
the error_log I get : 
[Mon Sep 10 16:03:13 2007] [error] [client 71.187.89.208] Directory
index forbidden by Options directive: /var/www/html/
[Mon Sep 10 16:03:13 2007] [notice] child pid 5373 exit signal
Segmentation fault (11)

I've removed the '-' from the welcome.conf and now a page displays but
not a welcome page I'm used to with apache but:
Index of /

Error with blank.gif and titles (Name Last modified...)

What else need to be corrected?  I keep getting segmentation faults.  
[Mon Sep 10 16:07:05 2007] [notice] child pid 5633 exit signal
Segmentation fault (11)
[Mon Sep 10 16:08:13 2007] [notice] child pid 5634 exit signal
Segmentation fault (11)
[Mon Sep 10 16:08:14 2007] [notice] child pid 5636 exit signal
Segmentation fault (11)
[Mon Sep 10 16:08:38 2007] [notice] child pid 5637 exit signal
Segmentation fault (11)
[Mon Sep 10 16:08:40 2007] [notice] child pid 5638 exit signal
Segmentation fault (11)
[Mon Sep 10 16:08:56 2007] [notice] child pid 5635 exit signal
Segmentation fault (11)
[Mon Sep 10 16:09:06 2007] [notice] child pid 5639 exit signal
Segmentation fault (11)
[Mon Sep 10 16:09:26 2007] [notice] child pid 5715 exit signal
Segmentation fault (11)
[Mon Sep 10 16:17:49 2007] [notice] child pid 5738 exit signal
Segmentation fault (11)

currently:
chown root.apache /var/www -R
chmod 775 /var/www -R

originally:
chown root.root /var/www -R
chmod 775 /var/www -R

I also did a strace if that will help.


---------------------------------------------------------------------
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


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

Posted by Poohba <po...@blkpoohba.dyndns.org>.
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] No welcome page and default images not showing

Posted by Joshua Slive <jo...@slive.ca>.
On 9/10/07, Poohba <po...@blkpoohba.dyndns.org> wrote:
> I have recently upgraded to fedora 7 from fc5.  I then did a fresh
> install of fedora 7 and that is currently what I am working in.  I
> installed httpd from yum and i tried just copying over my
> saved /etc/httpd/conf/httpd.conf from fc5.  That didn't work.  Getting
> many errors.
>
> I have since removed httpd, reinstalled it and now working with a fresh
> copy of everything.  Initially I get a page cannot be displayed and in
> the error_log I get :
> [Mon Sep 10 16:03:13 2007] [error] [client 71.187.89.208] Directory
> index forbidden by Options directive: /var/www/html/
> [Mon Sep 10 16:03:13 2007] [notice] child pid 5373 exit signal
> Segmentation fault (11)

Something's very broken. Likely a third-party module. To find out
what, you need to get a core dump file and use gdb to get a backtrace.
http://httpd.apache.org/dev/debugging.html#crashes

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