On Sun, 17 Nov 2002, Jay Hodges wrote:
> Rh 8.0 Apache 2.0.40 and stock install.  Get a child process segfault
> whenever trying to access a page with a .htaccess file in the directory.
>
> Anyone have any ideas?  I have searched the net, been over the config
> endlessly, remade all the .htaccess and .htpasswd files using the new
> utilities, and still the child processes segfault.

strace and gdb are your only hope.

if there is a core file, run "gdb -c core" against the executable that
generated it, probably "gdb -c core /usr/sbin/httpd" and then do a "bt"

strace would be preferable, though. check out the man page on that. I
think you should be able to stop the web server and manually start one:
"strace /usr/sbin/httpd -X". Then try to view a page that causes a core
dump. The output would probably reveal a lot.

-- 
\ \/ / _       |~\  _ In God We Trust. All Others Pay Cash.
 >  < / \|\  /|+-< | |   "The world is a comedy to those that think,
/ /\ \\_/| \/ ||__)|_|    a tragedy to those who feel." - Horace Walpole



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to