Hi there.

On Sun, 6 Feb 2000, al wrote:

> I'm having the following problems:

>       i) Occasionally, for not reason at all, I get 'The Document
> contained no data, try again later' errors on Netscape, and pressing
> reload usually gets rid of this. Also, nothing is logged in the
> error logs when this happens. Is there any way to get rid of this
> tempementality?

My guess is that it's your code that's tempermental.  See

http://perl.apache.org/guide

and look at (for example) "Sometimes it works, sometimes it doesn't".

>       ii) When I use 'print "Location: some_page.cgi\n\n";', it
> usually prints this on the screen. I have PerlSendHeader set to On,
> though I assumed this would parse existing headers appropriately.

Can you explain to me what you are trying to do here?

>       iii) Sometimes a dynamical script gets cached, though even
> when values that the script relies on change in the database, the
> page displayed doesn't report these changes.

Sound like you're not asking the database for the new values.  Time to
do some debugging.  It's in the Guide.

> I'm running mod_perl 1.19 and Apache 1.3.4.
> Does anyone have any idea if I'm doing something wrong?

I'd think about upgrading both, maybe after the 2 Feb CERT patch for
1.3.11 (or 1.3.12?) comes out.  How far away is 2.0.0, anybody?

73,
Ged.

Reply via email to