Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [anup123] What does this mean and how to get this off

Quote Reply
Re: [anup123] What does this mean and how to get this off In reply to
Thanks Laura/Pugdog:

Just turned off mod_perl- and the problem went away.

So... let's see where I am messed up at...

OK, I use a front/back server... so the front passes to the back thus:

Quote:

ProxyPass /bcdb/ http://66.219.198.201:9000/bcdb/
ProxyPassReverse /bcdb/ http://66.219.198.201:9000/bcdb/


The Back calls mod_perl thus:

Quote:
<Location /bcdb> SetHandler perl-script PerlHandler Apache::Registry PerlSendHeader On Options +ExecCGI PerlRequire /hd2/web/c/cartoon/startup.pl </Location>


And, /hd2/web/c/cartoon/startup.pl is this:

Quote:


use lib '/hd2/web/f/forum/public_html/forum/admin',
'/hd2/web/f/forum/private/lib',
'/hd2/web/c/cartoon/public_html/bcdb/admin';

use GForum::mod_perl;
use Community::mod_perl;
use Links::mod_perl;

#PerlSendHeader On;
1; #return true value


The libs are, in this order, Forum, Comm and Links- all are the newest versions....

dave

Big Cartoon DataBase
Big Comic Book DataBase
Subject Author Views Date
Thread What does this mean and how to get this off anup123 4301 Apr 11, 2004, 1:43 PM
Post Re: [anup123] What does this mean and how to get this off
pugdog 4148 Apr 11, 2004, 7:34 PM
Thread Re: [anup123] What does this mean and how to get this off
afinlr 4121 Apr 12, 2004, 3:41 PM
Thread Re: [afinlr] What does this mean and how to get this off
carfac 4102 Apr 12, 2004, 4:23 PM
Post Re: [carfac] What does this mean and how to get this off
pugdog 4081 Apr 13, 2004, 2:25 AM
Post Re: [carfac] What does this mean and how to get this off
afinlr 4083 Apr 13, 2004, 5:34 AM
Thread Re: [afinlr] What does this mean and how to get this off
anup123 4094 Apr 13, 2004, 11:42 AM
Thread Re: [anup123] What does this mean and how to get this off
carfac 4077 Apr 13, 2004, 1:47 PM
Post Re: [carfac] What does this mean and how to get this off
afinlr 4057 Apr 13, 2004, 2:36 PM
Post Re: [carfac] What does this mean and how to get this off
pugdog 4051 Apr 13, 2004, 6:21 PM