You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@znep.com> on 1998/05/25 08:56:39 UTC

CONNECT error message bug

marcs@alive:~/1.3/src/modules/proxy$ telnet localhost 80
Trying 127.0.0.1...
Connected to alive.znep.com.
Escape character is '^]'.
CONNECT www.microsoft.com:80 HTTP/1.0

HTTP/1.0 503 Service Temporarily Unavailable
Date: Mon, 25 May 1998 06:55:03 GMT
Server: Apache/1.3b7-dev
Connection: close
Content-Type: text/html

<HTML><HEAD>
<TITLE>503 Service Temporarily Unavailable</TITLE>
</HEAD><BODY>
<H1>Service Temporarily Unavailable</H1>
The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.
</BODY></HTML>
Connection closed by foreign host.


That shouldn't be a 503 because it isn't a temporary condition but a
"configuration" issue blocking the port.


Re: CONNECT error message bug

Posted by Martin Kraemer <Ma...@mch.sni.de>.
Oh yeah - what has become of Sameer's AllowCONNECT directive?
Shouldn't that go into 1.3.x?

    Martin

On Mon, May 25, 1998 at 12:56:39AM -0700, Marc Slemko wrote:
> marcs@alive:~/1.3/src/modules/proxy$ telnet localhost 80
> CONNECT www.microsoft.com:80 HTTP/1.0
> 
> HTTP/1.0 503 Service Temporarily Unavailable
> 
> That shouldn't be a 503 because it isn't a temporary condition but a
> "configuration" issue blocking the port.
-- 
| S I E M E N S |  <Ma...@mch.sni.de>  |      Siemens Nixdorf
| ------------- |   Voice: +49-89-636-46021     |  Informationssysteme AG
| N I X D O R F |   FAX:   +49-89-636-44994     |   81730 Munich, Germany
~~~~~~~~~~~~~~~~My opinions only, of course; pgp key available on request