I installed apache2.2.16 again:
./configure --prefix=/usr2/apache2.2.16a \
--with-included-apr \
--enable-rule=SHARED_CORE \
--enable-rewrite=shared \
--enable-ssl=shared \
--with-ssl=/usr/local/ssl \
--with-ldap \
--with-ldap-include=/usr/local/include \
--with-ldap-lib=/usr/local/lib \
--enable
This is how I built apache 2.2.16:
./configure --prefix=/usr2/apache2.2.16 \
--with-included-apr \
--enable-rule=SHARED_CORE \
--enable-rewrite=shared \
--enable-ssl=shared \
--with-ssl=/usr/local/ssl \
--with-ldap \
--with-ldap-include=/usr/local/include \
--with-ldap-lib=/usr/local/lib \
--enabl
Sorry error_log file did not have correct write permission. After correcting
the file permission and accessing the URL, I get this written to the error_log
file:
[Sun Aug 08 17:47:30 2010] [info] [client 20.111.77.57] [15266] auth_ldap
authent icate: user w91064 authentication failed; URI /test
Thanks for your reply. Yes, "LogLevel debug" I have put in the httpd.conf file.
Here is the pldd output.
v02...@root# pldd -F 9783
9783: /usr2/apache2.2.16/bin/httpd -k start
/lib/libm.so.2
/usr2/apache2.2.16/lib/libaprutil-1.so.0.3.9
/usr/sfw/lib/libexpat.so.1.5.2
/usr2/apache2.2.16/lib/libapr-
Hi,
I am running Apache2.2.16 on a Solaris10 server. I am not using SSL. The part
of my httpd.conf file is:
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
LoadModule ldap_module modules/mod_ldap.so
AuthType Basic
Au