Re: PerlSendHeader in "Location" directive (mod_perl 1.x)

2005-01-12 Thread Stas Bekman
Ciro The Spider-Man wrote: Which section you refer to? I can only see nph mentioned in: http://perl.apache.org/docs/1.0/guide/config.html#E_lt_LocationE_gt__Configuration saying: PerlSendHeader On tells the server to send an HTTP headers to the browser on every script invocation. You will want to

PerlSendHeader in "Location" directive (mod_perl 1.x)

2005-01-11 Thread Ciro The Spider-Man
> Which section you refer to? I can only see nph mentioned in: > http://perl.apache.org/docs/1.0/guide/config.html#E_lt_LocationE_gt__Configuration > saying: > > PerlSendHeader On tells the server to send an HTTP headers to the > browser on every script invocation. You will want to turn this of

Re: PerlSendHeader in "Location" directive (mod_perl 1.x)

2005-01-11 Thread Stas Bekman
Ciro The Spider-Man wrote: The documentation for configuring mod_perl at http://perl.apache.org/docs/1.0/guide/config.html suggests having "PerlSendHeader On" inside the "Location /perl" directive, and then to add a "Files " directive to disable PerlSendHeader for NPH scripts. Which section you re

PerlSendHeader in "Location" directive (mod_perl 1.x)

2005-01-11 Thread Ciro The Spider-Man
The documentation for configuring mod_perl at http://perl.apache.org/docs/1.0/guide/config.html suggests having "PerlSendHeader On" inside the "Location /perl" directive, and then to add a "Files " directive to disable PerlSendHeader for NPH scripts. This caused a bit of a problem, apparently cau