[users@httpd] Setting Directory Listings Only To One Subnet

2012-12-29 Thread Gary Condit's Well-Hung Relative
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

RE: [users@httpd] mod_rewrite Question

2012-12-29 Thread Martin, Stanley G
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

[users@httpd] Re: Backport of AuthLDAPInitialBindAsUser functionality to 2.2

2012-12-29 Thread Javier Domingo
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