Gossamer Forum
Home : Products : Gossamer Links : Discussions :

mod_perl installation

Quote Reply
mod_perl installation
Not very clear how I am doing this.

1 - I installed mod_perl, no problem.

2 - I updated httpd.conf to include

<Location /home/site_name/cgi-bin>
SetHandler perl-script
PerlHandler Apache::Registry
PerlSendHeader On
Options +ExecCGI
PerlSendHeader On
</Location>

but I can not find any startup file, any ideas?

Where do I add

use lib '/home/site_name/cgi-bin/admin';
use Links::mod_perl;

How do I get mod_perl started?

How do I know it's working?

Thank you.

Subject Author Views Date
Thread mod_perl installation inbuco 2540 Feb 15, 2001, 10:15 AM
Post Re: mod_perl installation
Alex 2473 Feb 15, 2001, 12:25 PM
Thread Re: mod_perl installation
inbuco 2486 Feb 15, 2001, 12:42 PM
Thread Re: mod_perl installation
Eraser 2442 Mar 10, 2001, 10:30 AM
Post Re: mod_perl installation
Alex 2410 Mar 12, 2001, 7:47 PM
Post Re: mod_perl installation
Alex 2408 Mar 12, 2001, 7:46 PM