Re: fastcgi and mod_perl
Sam Vilain <sam-s9IUA/[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Maurice Yarrow wrote: > Hello mod_perl community > > I have built apache httpd 2.2.2 with fastcgi. > This deployment also has mod_perl with > Apache::ASP. > > Note that the fascgi was really intended to > persist the mod_php which is also on this apache. > > Question: will the fastcgi automatically also > persist the mod_perl ? > Did I have to build the mod_perl with a > particular config option in order to obtain > this behavior ? > No, Apache is not capable of being a FastCGI client. Sadly your mod_perl applications are intrinsically tied to apache, and you need to use HTTP proxying on the front end. Sam. ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/