I did a small test of mod_ldap today. It wasn’t terribly difficult, but most guides online seemed to overly complicate the matter. In my test, I chose a directory located off of my website root that I wanted to restrict to only users with an LDAP account. (That’s any user…regardless of OU, Group, or hair […]
Enabling Mod_Rewrite in Apache 2.x
Trying to enable mod_rewrite in Apache 2? Check these things. In your httpd.conf file (probably in/etc/httpd/conf/), search for the line: LoadModule rewrite_module modules/mod_rewrite.so Ensure there is no pound sign (#) in front of this line. Search for AllowOverride and ensure it is set to All. Search for AccessFileName. If you do not find a line […]