Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [roman365] Problem configuring to run with mod_perl

Quote Reply
Re: [roman365] Problem configuring to run with mod_perl In reply to
Maddening.

This bit seems ok, apache restarts with it in the virtual host section for the site running links 3

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


But the minute I put in :

PerlRequire /etc/httpd/conf/startup.pl

or

PerlRequire etc/httpd/conf/startup.pl

in the same virtual host entry restart of apache fails.

Where in httpd.conf is it supposed to go and is the syntax ok?

This is all that is in the startup.pl file :

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

is the structure correct?

Can anyone advise please?

Subject Author Views Date
Thread Problem configuring to run with mod_perl roman365 6122 May 21, 2005, 1:45 PM
Thread Re: [roman365] Problem configuring to run with mod_perl
HyperTherm 5984 May 22, 2005, 1:29 PM
Thread Re: [HyperTherm] Problem configuring to run with mod_perl
roman365 5969 May 24, 2005, 11:17 AM
Thread Re: [roman365] Problem configuring to run with mod_perl
roman365 5945 May 25, 2005, 3:45 PM
Thread Re: [roman365] Problem configuring to run with mod_perl
brewt 5945 May 25, 2005, 4:53 PM
Thread Re: [brewt] Problem configuring to run with mod_perl
roman365 5965 May 25, 2005, 5:12 PM
Thread Re: [roman365] Problem configuring to run with mod_perl
brewt 5967 May 25, 2005, 6:14 PM
Thread Re: [brewt] Problem configuring to run with mod_perl
roman365 5932 May 25, 2005, 7:16 PM
Thread Re: [roman365] Problem configuring to run with mod_perl
carfac 5950 May 25, 2005, 8:05 PM
Thread Re: [carfac] Problem configuring to run with mod_perl
roman365 5948 May 26, 2005, 1:55 AM
Thread Re: [roman365] Problem configuring to run with mod_perl
roman365 5914 May 26, 2005, 3:30 AM
Thread Re: [roman365] Problem configuring to run with mod_perl
Alex 5891 May 26, 2005, 5:38 PM
Thread Re: [Alex] Problem configuring to run with mod_perl
roman365 5910 May 26, 2005, 5:54 PM
Post Re: [roman365] Problem configuring to run with mod_perl
roman365 5891 May 26, 2005, 6:09 PM