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 same script runs someplace else as mod_cgi.

Thanks,

BTW -- In perldoc Apache::Registry

I'm sure this is known, but...

     <Location /perl>
      SetHandler perl-script
      PerlHandler Apache::Registry
      Options ExecCGI
      ...
      </Directory>  <-- shouldn't this be </Location>




Bill Moseley
mailto:[EMAIL PROTECTED]

Reply via email to