Re: Apache::Registry and 304 status code in log file

1999-12-13 Thread Doug MacEachern
see Apache::RedirectLogFix On Thu, 11 Nov 1999, Bill Moseley wrote: > In an Apache::Registry script I'm print()ing > >Status: 304 Not Modified > > when the client sends an If-Modified-Since: header. > > The 304 error is returned to the client properly, but the log file shows a > 200 statu

Re: Apache::Registry and 304 status code in log file

1999-11-11 Thread darren chamberlain
Bill Moseley ([EMAIL PROTECTED]) wrote: > In an Apache::Registry script I'm print()ing > >Status: 304 Not Modified > > when the client sends an If-Modified-Since: header. > > The 304 error is returned to the client properly, but the log file shows a > 200 status. Can I make Apache log the

Apache::Registry and 304 status code in log file

1999-11-11 Thread Bill Moseley
In an Apache::Registry script I'm print()ing Status: 304 Not Modified when the client sends an If-Modified-Since: header. The 304 error is returned to the client properly, but the log file shows a 200 status. Can I make Apache log the access as a 304 with my Apache::Registry script? The sa

Re: Apache::Registry and 304 status code in log file

1999-01-16 Thread Bill Moseley
I've got a program that I want to run under Apache::Registry, or mod_cgi if mod_perl is not installed. The problem, some of you may remember, is that even though I was sending Status: 304 Not Modified to the client, my log file was showing a return of 200. I've got PerlSendHeader enabled.