The lines you describe as "additional output" are actually perfectly normal 
HTTP response headers.

I suggest you take a peek at the response stream using HTTP Watch or a sniffer 
to look for a clue as to why those lines appear in the browser.

-ascs

-----Original Message-----
From: Sean Conner [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 09, 2005 9:26 AM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Odd interaction between mod-rewrite and mod-cgi


  I have a few CGI scripts, written in C (legacy stuff that I don't wish to
rewrite if possible) that work fine under Apache 1.3.  When moved to Apache
2.0.54 (latest version) they still work, but Apache seems to include
additional output at the bottom of the page:

        HTTP/1.1 200 OK 
        Date: Sat, 09 Jul 2005 07:14:04 GMT 
        Server: Apache/2.0.54 (Unix) DAV/2 
        Content-Length: 0 
        Connection: close
        Content-Type: text/plain


---------------------------------------------------------------------
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