Hi,
When using
<Files *.pl>
SetHandler perl-script
PerlHandler Apache::RegistryFilter Apache::Dynagzip
PerlSetVar Filter On
PerlSetVar LightCompression On
Options +ExecCGI
PerlSetVar UseCGIHeadersFromScript Off
PerlSendHeader Off
PerlSetupEnv On
</Files>
this setup with NN 6+ the code ends with
</html></html> (yes twice) and in IE 6.0 it has just </html (missing the
last '>' With NN 4.8 it is the same as IE 6.0.
Does anyone know why this happens?
I've tried putting all my output into one print statement. Makes no
difference.
Scott