At 12:30 AM 11/24/99 +0200, Stas Bekman wrote:
>http://perl.apache.org/guide/porting.html#Terminating_requests_and_process

Thanks for the reply, Stas.

I did read that section of the Guide, but I didn't see what I'm doing wrong
to cause the headers to be sent incorrectly, like the example below.  Are
you saying that I can't call Apache::exit( HTTP_NOT_MODIFIED ) in an
Apache::Registry script?

>> 
>> HTTP/1.1 304 (Not Modified) Same old document
>> Connection: close
>> Date: Tue, 23 Nov 1999 21:12:44 GMT
>> Server: Apache/1.3.9 (Unix) mod_perl/1.21
>> Content-Type: text/html
>> Client-Date: Tue, 23 Nov 1999 21:12:39 GMT
>> Client-Peer: 169.229.32.30:49322
>> Title: Untitled Document
>> 
>> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
>> <HTML><HEAD><TITLE>Untitled Document</TITLE>
>> </HEAD><BODY>Hello</BODY></HTML>HTTP/1.1 304 Same old document
>> Date: Tue, 23 Nov 1999 21:12:44 GMT
>> Server: Apache/1.3.9 (Unix) mod_perl/1.21
>> Connection: close
>> X-Pad: avoid browser bug




Bill Moseley
mailto:[EMAIL PROTECTED]

Reply via email to