Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Problem configuring to run with mod_perl

Quote Reply
Problem configuring to run with mod_perl
I have mod_perl installed ok and I'm at the stage where I need to make the entries to httpd.conf for glinks 3.

My problem is as I understand it I need to make these entries in the vhost section for the domain (ergo247.com) :

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

Glinks is in the cgi-bin itself and I had to create the startup.pl file and placed in it :

use lib '/home/ergo247/public_html/cgi-bin/admin';
use Links::mod_perl;
1;

as per instructions.

When I make these entries apache restart fails.

What am I doing wrong??

Subject Author Views Date
Thread Problem configuring to run with mod_perl roman365 4914 May 21, 2005, 1:45 PM
Thread Re: [roman365] Problem configuring to run with mod_perl
HyperTherm 4788 May 22, 2005, 1:29 PM
Thread Re: [HyperTherm] Problem configuring to run with mod_perl
roman365 4765 May 24, 2005, 11:17 AM
Thread Re: [roman365] Problem configuring to run with mod_perl
roman365 4748 May 25, 2005, 3:45 PM
Thread Re: [roman365] Problem configuring to run with mod_perl
brewt 4755 May 25, 2005, 4:53 PM
Thread Re: [brewt] Problem configuring to run with mod_perl
roman365 4771 May 25, 2005, 5:12 PM
Thread Re: [roman365] Problem configuring to run with mod_perl
brewt 4772 May 25, 2005, 6:14 PM
Thread Re: [brewt] Problem configuring to run with mod_perl
roman365 4741 May 25, 2005, 7:16 PM
Thread Re: [roman365] Problem configuring to run with mod_perl
carfac 4760 May 25, 2005, 8:05 PM
Thread Re: [carfac] Problem configuring to run with mod_perl
roman365 4754 May 26, 2005, 1:55 AM
Thread Re: [roman365] Problem configuring to run with mod_perl
roman365 4722 May 26, 2005, 3:30 AM
Thread Re: [roman365] Problem configuring to run with mod_perl
Alex 4693 May 26, 2005, 5:38 PM
Thread Re: [Alex] Problem configuring to run with mod_perl
roman365 4700 May 26, 2005, 5:54 PM
Post Re: [roman365] Problem configuring to run with mod_perl
roman365 4703 May 26, 2005, 6:09 PM