• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

WAMP / LAMP differences in authentication

Fullmetal Chocobo

Moderator<br>Distributed Computing
Moderator
I'm working on setting up a testing environment to try to get LDAP authentication to work in either a WAMP or LAMP environment. May be a stupid question, but there are differences between the WAMP and LAMP, namely the WAMP uses "httpd.conf" as the config file and uses .htaccess permissions to protect folders, while the the WAMP uses "apache2.conf" as the config file and uses "<directory>" sections to protect folders.

Is this correct, and is either one better to use?
 
I think httpd.conf was default in Apache 1.x and apache2.conf is default in Apache 2.x, I could be wrong on that though.

You can use "<directory>" or .htaccess in either setup. Although it can be a pain to create .htaccess files in Windows because explorer tells you that you "need a filename"
whenever you try to create a file with a name that starts with a period.
 
Back
Top