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
Quote Reply
Re: [maxpico] mod_perl In reply to
Exactly except it is:

use lib '/path/to/community/private/lib';

Cheers,

Alex
--
Gossamer Threads Inc.