mod_perl

barry bazza at bazza.com
Tue Sep 18 05:44:28 CDT 2001


On Tue, Sep 18, 2001 at 06:21:13AM -0400, Wesley Darlington mumbled:
> On Mon, Sep 17, 2001 at 12:39:49PM +0100, barry wrote:
> > Hiyas, just playing around with mod_perl, for something to do at nights when
> > I'm away (yay, a cross atlantic flight after last week .. sigh) and I have it
> > running in a few places now .. however there's a PerlSendHeader thingie that
> > doesn't seem to do anything when I set it to On, or Off, its always sending a
> > header by itself, meaning my old cgis that are sending headers are printing
> > them to the browser, which isn't fun, any hints on what to do to fix it?
> Turn it off. And restart apache.


  <Files *.cgi>
    SetHandler perl-script
    PerlHandler Apache::Registry
    PerlModule DBI CGI
    PerlSendHeader off
    Options +ExecCGI
  </Files>


dunno if you mean that by off, or removing that part altogether

> There's more to mod_perl than just Apache::Registry.

I'm aware of that, but I need a starting point, this is something to do while
on holiday, not something I need to get drilled into my head in short space of
time

-- 
-Barry Hughes
A Lot of people are afraid of heights. Not me. I'm afraid of widths
- Steve Wright
                             http://bazza.com/



More information about the Belfast-pm mailing list