-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

"Craig R. McClanahan" wrote:
> 
> 
> I'm not sure this test proves anything one way or the other, because this is
> Apache reporting a 501 error that never got as far as the servlet engine.
> The error occurs because "foo" is not a valid HTTP command.  Try a command
> like:
> 
> Craig McClanahan
> 
hi Craig, 

Seems you are rigt !
Apache doesn't send the tag with the default page handler, same for
JServ & php (hopefully !)
except the default error page itself.
I also previoulsy had the tag inside the index.html page itself ! ;-)
which confused a little.

Jean-Luc

[root@r26m24 logs]# telnet localhost 80
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET / HTTP/1.0

HTTP/1.1 200 OK
Date: Tue, 21 Sep 1999 06:53:30 GMT
Server: Apache/1.3.9 (Unix) ApacheJServ/1.0 PHP/3.0.12 mod_ssl/2.4.0
OpenSSL/0.9.4
Last-Modified: Sun, 05 Sep 1999 10:36:07 GMT
ETag: "3913d-552-37d24797"
Accept-Ranges: bytes
Content-Length: 1362
Connection: close
Content-Type: text/html

<html>
<head>
   <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.5 [en] (WinNT; I)
[Netscape]">
   <title>Test Page for the SSL-aware Apache Installation on Web
Site</title>
<style TYPE="text/css">
  H1 {
<CUT HERE>










[root@r26m24 logs]# telnet localhost 80
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET /servlet/SuperSnoop HTTP/1.0

HTTP/1.1 200 OK
Date: Tue, 21 Sep 1999 06:56:03 GMT
Server: Apache/1.3.9 (Unix) ApacheJServ/1.0 PHP/3.0.12 mod_ssl/2.4.0
OpenSSL/0.9.4
Connection: close
Content-Type: text/html

<html>
<head><title>IP Snoop Servlet</title></head>
<body>
<h1>JServ IP:
r26m24.cybercable.tm.fr
</h1>
<h1>Requested URL:</h1>
<CUT HERE>



[root@r26m24 logs]# telnet localhost 80
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET /hello.php3 HTTP/1.0

HTTP/1.1 200 OK
Date: Tue, 21 Sep 1999 07:00:33 GMT
Server: Apache/1.3.9 (Unix) ApacheJServ/1.0 PHP/3.0.12 mod_ssl/2.4.0
OpenSSL/0.9.4
Connection: close
Content-Type: text/html

<html><head><title>PHP</title></head>
<body>Hello World<P><center><h1>PHP Version 3.0.12</h1></center>


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to