On Thu, 23 Nov 2006 11:28:51 +0800
Dan Nelson <[EMAIL PROTECTED]> wrote:

> 
> I'm running Apache 2.0 on Debian Sarge.
> 
> I have a non-standard application for Apache, and don't want to send
> any headers in the response. 

No headers at all?  You can't do that in response to an HTTP/1.x
request, because (bugs aside), Apache won't break HTTP at such
a fundamental level.

You could of course send it an HTTP/0.9 request.

If you don't control the client, you could write a simple little
handler to downgrade the request to HTTP/0.9.  That should be a
ten-minute hack.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

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