[users@httpd] Conditionally disable authentication in subdirectories

2020-05-05 Thread Andrea Gozzi
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

[users@httpd] Conditional LoadModule

2019-11-08 Thread Andrea Gozzi
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