We have 2 location directives, one for all the requests (<Location /> ... </Location>) and one for specific url <Location /someurl> </Location /someurl>. We declare some variables using PerlSetVar inside those and read from the perl scripts.
In Apache 1.3 , I am able to read the variable(decl using PerlSetVar ) inside <Location /someurl>, however in Apache 2.0, I am not able to read the variable. Has the Location directive usage changed in apache
2.0 ?, Any help is appreciated
Thanks
- [EMAIL PROTECTED] Location directive in httpd.conf sajid khan