Hello all,
I had successfully chrooted my Apache 2 with mod_security, it run very
smoothly until I installed phpldapadmin (http://www.phpldapadmin.com,
a free LADP administrator's tool).
When I tried to login into phpldapadmin, it didnt response anything,
and when I looked at the error_log of httpd, it was something like
below:
[Mon Jan 10 18:53:23 2005] [notice] child pid 19339 exit signal
Segmentation fault (11)
phpldapadmin runs without any problem if I dont use the chroot feature
of mod_security, my configuration is very simple:
SecFilterEngine On
SecServerSignature Microsoft/IIS-5.0
SecChrootDir /chroot/httpd
# The name of the audit log file
SecAuditLog logs/audit_log
SecFilterDebugLog logs/modsec_debug_log
SecFilterDebugLevel 0
I also get the nightly built version of mod_security but have no luck.
Please advise. Below are some information maybe useful:
[root@ronaldo apache2]# httpd -v
Server version: Apache/2.0.52
Server built: Oct 15 2004 11:39:29
[root@ronaldo apache2]# php -v
PHP 4.3.10 (cgi) (built: Dec 21 2004 10:27:48)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
Thai.
|