Gossamer Forum
Quote Reply
mod_perl
How do I enable mod_perl support for Community?
Something like that?

PerlRequire /etc/httpd/startup.pl
<Location /community>
SetHandler perl-script
PerlHandler Apache::Registry
PerlSendHeader On
Options +ExecCGI
</Location>

and for the startup.pl:
use lib '/path/to/community/private';
use Community::mod_perl;
Max
The one with Mac OS X Server 10.4 :)

Last edited by:

maxpico: Jan 15, 2004, 5:54 AM
Subject Author Views Date
Thread mod_perl maxpico 2172 Jan 15, 2004, 5:54 AM
Post Re: [maxpico] mod_perl
Alex 2131 Jan 15, 2004, 8:30 AM