Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Issue with running glinks with mod_perl 2 and apache 2.2

Quote Reply
Issue with running glinks with mod_perl 2 and apache 2.2
Hi,

I've been running Glinks under mod_perl for years successfully with apache 1.3. The other day I upgraded to apache 2.2 and mod_perl2 and per instructions, I placed

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



into httpd.conf.

startup.pl has

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


restarted apache with no errors, but when I access my site, I get:

This site is experiencing a high user load. Please try connecting later. Sorry about the inconvenience.

Weird. Nothing shows up in the error logs.

Is there something different that has to be done when running glinks with mod_perl2?

Thanks in advance
Jack R.
http://www.aeroseek.com/

Last edited by:

aeroseek: May 24, 2008, 6:11 PM
Subject Author Views Date
Thread Issue with running glinks with mod_perl 2 and apache 2.2 aeroseek 4659 May 24, 2008, 5:54 PM
Thread Re: [aeroseek] Issue with running glinks with mod_perl 2 and apache 2.2
Andy 4567 May 25, 2008, 12:39 AM
Thread Re: [Andy] Issue with running glinks with mod_perl 2 and apache 2.2
aeroseek 4570 May 25, 2008, 5:31 AM
Thread Re: [aeroseek] Issue with running glinks with mod_perl 2 and apache 2.2
aeroseek 4520 May 25, 2008, 1:54 PM
Thread Re: [aeroseek] Issue with running glinks with mod_perl 2 and apache 2.2
aeroseek 4523 May 25, 2008, 2:10 PM
Post Re: [aeroseek] Issue with running glinks with mod_perl 2 and apache 2.2
aeroseek 4510 May 25, 2008, 3:56 PM