Php proxy

will repost this here:
Wondering if anyone’s heard of a php script that will ‘forward’ your
requests on to, say, a mongrel instance, and return it? Kind of a php
fcgi (mongrel) wrapper? Thoughts?

I’m trying to figure out an ‘easiest’ way to integrate rails and apache.

Thanks.
-Roger

Hi Roger,

Wondering if anyone’s heard of a php script that will ‘forward’ your
requests on to, say, a mongrel instance, and return it? Kind of a php
fcgi (mongrel) wrapper? Thoughts?

I’m trying to figure out an ‘easiest’ way to integrate rails and apache.

I’m not sure to understand - what is your current solution ?

Aren’t you using Apache VHost (like here:
http://wiki.joyent.com/accelerators:apache_rails_mongrel)
?

cheers

Thibaut

http://blog.logeek.fr - about writing software
http://evolvingworker.com - tools for a better day

What I’m looking for is a way to do fcgi on a shared hosting system,
that doesn’t support fcgi :slight_smile:
The current solution being cgi (not a solution).

Aren’t you using Apache VHost (like here:
http://wiki.joyent.com/accelerators:apache_rails_mongrel)
This is not possible, unfortunately, as I’m on a shared host so can’t
configure my own vhosts. Something light weight and easy would be ideal
:slight_smile:
Thanks for your help! Informative post.
-Roger