This method works but I'd like to avoid access _only_ without authentification :
http://site returns 401 with www-auth

... But I'm surprised http://user:[EMAIL PROTECTED] works in 2 phases :

        1.Server returns 401 (why?)
        2.Account is logged; server returns 302

How can I recognize http://site from the second http://user:[EMAIL PROTECTED] ? 
Is it possible from cgi to check complete url ? 

Fabian

-----Message d'origine-----
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Joshua Slive
Envoyé : vendredi 10 février 2006 15:49
À : users@httpd.apache.org
Objet : Re: [EMAIL PROTECTED] proxypassreverse redirection

On 2/10/06, Frederick, Fabian <[EMAIL PROTECTED]> wrote:
> It's exactly what I need ! 401 with proxyerroroverride displays my new page 
> but keeps displaying www-auth box.Do you have a sample of such a script I 
> could use to change 401 -> 404 for instance ?

#!/bin/sh
echo Status: 301
echo Location: http://yoursite.example.com/path/to/other/page.html
echo

(Not tested.)

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to