How do HTTP headers work under Registery::ModPerl?
set up: windows2000 apache2.0.42 mod_perl/1.99_08-dev Perl/v5.8.0

I had to comment out the following in the CGI script:

#print "Expires: " . time2str( time() + 432000 ) . "\n";
#print "Content-type: text/html\n\n";

because it would print out as content to the browser??

This is in the conf file:

Alias /standards/ "C:/Apache2/application/standards2/"
<Location "/standards/">
     SetHandler perl-script
     PerlResponseHandler ModPerl::Registry
     #PerlOptions +ParseHeaders
     Options +ExecCGI
</Location>

If somebody could point me in the right direction ->

Thanks.



Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!

Reply via email to