I have directory "abc" from the document root whose content is available to all,
including subnet 192.168.1.
But ONLY subnet 192.168.1 can do a directory listing.
What's my set up in httpd.conf?
Options +Indexes
AllowOverride None
Order allow,deny
Allow from
OK. I created a link in a file called test.php:
SERVER1
Rewrite log mentions nothing about redirecting to the assetdetail.php page:
10.153.199.5 - - [29/Dec/2012:09:43:02 --0600]
[ckcftpa2/sid#26c828][rid#62abb28/initial] (3) [perdir E:/cmdbnew/] strip
per-dir prefix: E:/cmdbnew/test.php -> t
I finally suceeded in compiling the module, and installing it correctly.
The solution was this:
Ldap needs specific linking -lldap -lber -lber. This libs are the libs
the module has to be linked agains. So using the apxs2 script, just:
apxs2 -i -c -Wl, -lldap -lber -lber mod_authnz_ldap.c
Will