> I'm asking this question again in a simpler form this time.
>
> Can Apache::exit() be used in an Apache::Registry script? (My script is
> run mod_perl and mod_cgi so I'm trying not to make it contain too much
> mod_perl-specific code.)
>
> I'm trying to send a 304 error, but also log a 304 er
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.
> Hello,
>
> I'm asking this question again in a simpler form this time.
>
> Can Apache::exit() be used in an Apache::Registry script? (My script is
> run mod_perl and mod_cgi so I'm trying not to make it contain too much
> mod_perl-specific code.)
http://perl.apache.org/guide/porting.html#Te