Re: [EMAIL PROTECTED] Win32 Apache 2.2.6 Allow from env= issue

2007-11-24 Thread Keith Sawmiller
Joshua, That was the problem. I have not tried setting the environment variables via PHP yet, but it does behave properly now in my test case. Thanks for the help. Joshua Slive <[EMAIL PROTECTED]> wrote: On Nov 24, 2007 12:31 AM, Keith Sawmiller wrote: > I'm trying to restrict acce

Re: [EMAIL PROTECTED] Win32 Apache 2.2.6 Allow from env= issue

2007-11-24 Thread Joshua Slive
On Nov 24, 2007 12:31 AM, Keith Sawmiller <[EMAIL PROTECTED]> wrote: > I'm trying to restrict access to only instances where an environment > variable is present (eventually to be set via PHP) > > This simple case (from httpd.conf) denies access: > > SetEnv TEST_VAR > > Options FollowSymLinks

[EMAIL PROTECTED] Win32 Apache 2.2.6 Allow from env= issue

2007-11-23 Thread Keith Sawmiller
I'm trying to restrict access to only instances where an environment variable is present (eventually to be set via PHP) This simple case (from httpd.conf) denies access: SetEnv TEST_VAR Options FollowSymLinks AllowOverride None Order allow,deny allow from env=TEST_VAR