stall
c) Build and install apache 2.2.2 (httpd config.nice) :
#! /bin/sh
#
# Created by configure
"./configure" \
"--prefix=/www/httpd_2.2.2" \
"--enable-so" \
"--enable-ssl=shared" \
"--with-ssl=/usr/local/ssl-httpd2" \
"--enable-ldap" \
&
p-lib=/usr/local/lib
--with-ldap-include=/usr/local/include
--with-ldap
Regards,
Elaine
Declerck Michael-W30479 wrote:
My current situation of mod_authnz_ldap is still not good.
The issue was the ldap libraries which I had downloaded from the
OpenLDAP source.
The libraries were being install
internal network without
# username and password
Allow from example.com
Satisfy any
You can read more details about Satisfy directive :
http://httpd.apache.org/docs/2.2/mod/core.html#satisfy
Regards,
Elaine
Michael Luff wrote:
Hi All,