You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Garcia Crespo, Jose Manuel" <jo...@endesa.es> on 2004/06/03 18:09:45 UTC

[users@httpd] ProxyErrorOverride & redirects

Hi,

I've set ProxyErrorOverride On, so i can customice error pages for all
backend servers, but now, when the proxy receive 302 from a backend server,
it includes some html 


HTTP/1.1 302 Object Moved^M
    Date: Thu, 03 Jun 2004 14:05:39 GMT^M
    Expires: Thu, 01 Dec 1994 16:00:00 GMT^M
    Location: http://www.foo.com/newlocation/
    Content-Length: 0^M
    Content-Type: text/html^M
    ^M
    ---------------------------------------------------------------
18 21 14.7564 (0.0001)  S>C  application_data
    ---------------------------------------------------------------
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>302 Object Moved</title>
    </head><body>
    <h1>Object Moved</h1>
    <p>The document has moved <a
href="http://www.foo.com/newlocation">here</a>.</p>    </body></html>


my client then merge the new location HTML on this response. I`m not sure if
it is a browser  or server problem. 

Some one knows if i can disble this response?

thanks in advance

Jose Manuel Garcia Crespo



Este mensaje de correo electronico y sus documentos adjuntos estan dirigidos
EXCLUSIVAMENTE a los destinatarios especificados. La informacion contenida
puede ser CONFIDENCIAL y/o estar LEGALMENTE PROTEGIDA y no necesariamente
refleja la opinion de ENDESA. Si usted recibe este mensaje por ERROR, por
favor comuniqueselo inmediatamente al remitente y  ELIMINELO ya que usted
NO ESTA AUTORIZADO al uso, revelacion, distribucion, impresion o copia de
toda o alguna parte de la informacion contenida. Gracias. 

This e-mail message and any attached files are intended SOLELY for the
addressee/s identified herein. It may contain CONFIDENTIAL and/or LEGALLY
PRIVILEGED  information and may not necessarily represent the opinion of
ENDESA. If you receive this message in ERROR, please immediately notify the
sender and DELETE it since you ARE NOT AUTHORIZED  to use, disclose,
distribute, print or copy all or part of the contained information. Thank
you.  

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org