Hi all,
I have a vhost where SSPI authentication is enabled (if the corresponding
module is loaded and a variable is defined). So far, so good.
However, depending on the existence of certain subdirectories, I need to
disable authentication in those directories (htaccess files in subdirectories
Hi all,
I am attempting to conditionally load a module based on a previously set
variable (which is, incidentally, contained in another file and included at the
beginning of httpd.conf):
* spec_includes.conf
Define ENABLELDAP 0
* httpd.conf
Include conf/spec_includes.conf