Re: getting URL of refused page, after OnDeny

2001-07-08 Thread wald
> Can you set up a custom error document handler and redirect to that, > rather than using your OnDeny? Return something like 409 > ("Conflict"), and Apache will do an internal redirect, from which > you can get the requesting URI in the same way that you can in > other redirects. > > Act

getting URL of refused page, after OnDeny

2001-07-06 Thread wald
my setup: I have files in a directory, that a user can only get if subscribed. My apache is hacked with both C and mod_perl enhancements to authentication/authorization. My .htaccess looks as follows: AuthName "library services" AuthType

2 servers based on .htaccess authentication

2000-11-29 Thread wald
We are finally planning to "do the right thing" and have a light weight and heavy weight server. Our problem is that our (immediate) users set up the protections for each directory with .htaccess files - and they use PerlAuthzHandler and PerlAuthenHandlers - so to decide if a file can be delive

redirecting from within a XSSI #perl routine?

1999-11-21 Thread wald
I have an XSSI routine that does stuff based on user info in a cookie. My problem: if the cookie isn't set I want to bounce the user to a script like cgi-bin/assign_cookie?backto=myXSSIpage Setting the Location header doesn't seem to stick? Am I too late - have the headers been already form