Gossamer Forum
Home : Products : Others : Gossamer Community :

GComm and mod_perl

Quote Reply
GComm and mod_perl
I read and implimented as described Jagerman's post on starting up mod_perl for multiple GT products- BTW, thanks for that, J-Man, I had been doing it wrong all this time!

Just for the record, I load GForum 1.2.2, THEN GComm 1.01, then Links 2.12...

Anyway, the perl looks good on start up, shows loading of all the products in the correct order. However, GCom environment shows this:

Persistant Env: mod_perl (0) SpeedyCGI (0)

Which would make me think mod_perl is not there. Links shows:

Persistant Env: mod_perl (1) SpeedyCGI (0)

and Forum does not have this at all.

Should I be worried, or is this a flaw in GCom?
dave

Big Cartoon DataBase
Big Comic Book DataBase

Last edited by:

carfac: Mar 11, 2004, 6:04 PM
Quote Reply
Re: [carfac] GComm and mod_perl In reply to
Just for your info, my Community shows

Persistant Env: mod_perl (1) SpeedyCGI (0)
Quote Reply
Re: [carfac] GComm and mod_perl In reply to
Make sure your Apache is configured correctly and that the requests for community are going to the mod_perl server or are running under mod_perl.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] GComm and mod_perl In reply to
>>> the requests for community are going to the mod_perl server

THAT could be it! I am running a front/back config, with the back mod_perl (obviously!)

Did not add the proxy pass statement in to http.conf.

OK I had:

ProxyPass /forum/ http://IP.Address:9000/forum/
ProxyPassReverse /forum/ http://IP.Address:9000/forum/

So I added right beneath it:

ProxyPass /comm/ http://IP.Address:9000/comm/
ProxyPassReverse /comm/ http://IP.Address:9000/comm/

And I still do not show mod_perl (1) in Comm. Can I not have two proxypasses like that?
dave

Big Cartoon DataBase
Big Comic Book DataBase

Last edited by:

carfac: Mar 20, 2004, 9:11 PM