Hi,

I'm relatively new to mod_perl, and I have the O'Reilly Apache Modules
book. I've tried setting everything up the way it says in the book,
though 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?

        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.

        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.

My configuration is as follows:

        <Location /saf_temp>
                SetHandler      perl-script
                PerlHandler     Apache::Registry
                PerlModule     Apache::DBI
                Options +ExecCGI

                PerlSendHeader On
        </Location>

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

Thanks in advance.
Al
-- 
==============================
Ali Hussein
Computer Systems Administrator
World Careers Network

Web:    http://www.wcn.co.uk/
E-mail: mailto:[EMAIL PROTECTED]
Tel:    +44 208 946 9876
Fax:    +44 208 946 9855
==============================

Reply via email to