Re: [mod-security-users] Re: DocumentRoot path
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-04-15 08:27:00
|
Julius Schwartzenberg wrote: > > Now when I run the server with the module, I get the following errors in > my logs though when I try to access the server: > [Thu Apr 14 16:02:01 2005] [notice] child pid 3787 exit signal > Segmentation fault (11) > [Thu Apr 14 16:02:02 2005] [notice] child pid 3788 exit signal > Segmentation fault (11) > [Thu Apr 14 16:03:05 2005] [notice] child pid 3789 exit signal > Segmentation fault (11) > [Thu Apr 14 16:03:36 2005] [notice] child pid 3790 exit signal > Segmentation fault (11) > > The client recieves an empty page. When I do not use the module, > everything seems to work correctly though. > > Did I forgot anything? I don't think so. My guess is your web server/application requires something that is not present in the jail. But it's not telling you what, choosing to just crash instead. It's the reason people hate chroot as much as they do. There is no easy way around it. Read the chroot part of my book for a step-by-step guide how to troubleshoot the problem: http://www.apachesecurity.net/download/apachesecurity-ch02.pdf -- Ivan Ristic Apache Security (O'Reilly) - http://www.apachesecurity.net Open source web application firewall - http://www.modsecurity.org |