On 12/23/05, Jonathan Vanasco <[EMAIL PROTECTED]> wrote: > > On Dec 22, 2005, at 11:44 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> > wrote: > > > Also don't most shared hosts use mod_php, not PHP/CGI? What would be > > the point of PHP via CGI? mod_php works just fine. (As long as you > > stay away from threads.) > > security. > [SNIP] > i'm sure there's a more elegant way to do it -- but that was fast and > painless for me to set up. >
Thank you for sharing your setup. Out of curiosity, in a case of PHP/FastCGI, despite the interpreter staying loaded across multiple requests, does each request still get a "blank slate" as in mod_php? Using FastCGI is it possible to configure Perl in such a fashion? (I have yet to hear of such a thing...) -- David