Hi Feherke,
Thanks for your reply. My original intention was to set the environment var from php (using apache_setenv("let_me_in", "1");) to control authorization of certain resources, verifying it against user database in php.
I tried your sugesstion on the order of the apache mod.
Tried...
Hi all,
I am trying to limit access to a directory, allowing only request with certain env variable set to get resources.
This configuration will not give me access to the resource.
--------------DOESNT WORK----------
SetEnv let_me_in 1
<Directory "/web/htdocs/zips">
Order Deny,Allow...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.