Re: mod_perl2 and PHP

2005-08-09 Thread Dominique Quatravaux
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Geoffrey Young wrote: > > Dominique Quatravaux wrote: > >> $r->subprocess_env() (undocumented but present in mod_perl 1.3 >> >> $r->internal_redirect() (again undocumented but present in >> mod_perl 1.3 > > > unless you mean strictly in terms of what

Re: mod_perl2 and PHP

2005-08-08 Thread Geoffrey Young
Dominique Quatravaux wrote: > $r->subprocess_env() (undocumented but present in mod_perl > 1.3 > > $r->internal_redirect() (again undocumented but present in mod_perl > 1.3 unless you mean strictly in terms of what you're doing with php, this is certainly FUD - perldoc Apache lists both of thes

Re: mod_perl2 and PHP

2005-08-08 Thread Dominique Quatravaux
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas Klausner wrote: > Hi! > > Is it possible and advisable to write the complex part of an > application (the Controller, if you like) in mod_perl2 and use PHP > as a frontend (or View) ? It definitely is, we did just that in my shop: there is som

Re: mod_perl2 and PHP

2005-08-07 Thread Foo Ji-Haw
I agree with Eric. I love SOAP for the same reasons. You can argue until the cow comes home and there will still be PHP lovers and Perl lovers (and some .NETters as well). Diversity is important. But creating a happy unity is key. Eric wrote: At 10:07 AM 8/6/2005, Tony Clayton wrote: Quoti

Re: mod_perl2 and PHP

2005-08-07 Thread Eric
At 10:07 AM 8/6/2005, Tony Clayton wrote: Quoting Thomas Klausner <[EMAIL PROTECTED]>: > Hi! > > Is it possible and advisable to write the complex part of an > application > (the Controller, if you like) in mod_perl2 and use PHP as a frontend > (or > View) ? It should be possible, perhaps by ca

Re: mod_perl2 and PHP

2005-08-06 Thread jonathan vanasco
i'm not a fan of php and mod_perl running in the same apache instance my setup right now uses lighttpd as a frontend proxy + static file server on port 80. anything mp related is proxypassed to a mp2 bound to localhost on port 8000 anything php related is proxypassed to a lighttpd server bo

Re: mod_perl2 and PHP

2005-08-06 Thread Tony Clayton
Quoting Thomas Klausner <[EMAIL PROTECTED]>: > Hi! > > Is it possible and advisable to write the complex part of an > application > (the Controller, if you like) in mod_perl2 and use PHP as a frontend > (or > View) ? It should be possible, perhaps by calling php from apache subrequests in the mo

Re: mod_perl2 and PHP

2005-08-06 Thread Fred Moyer
Thomas Klausner wrote: > Is it possible and advisable to write the complex part of an application > (the Controller, if you like) in mod_perl2 and use PHP as a frontend (or > View) ? Here's an excellent thread on how to do just that if you are using mod_perl 2: http://marc.theaimsgroup.com/?l=apa

Re: mod_perl2 and PHP

2005-08-06 Thread JupiterHost.Net
Thomas Klausner wrote: Hi! Hello, Is it possible and advisable to write the complex part of an application (the Controller, if you like) in mod_perl2 and use PHP as a frontend (or View) ? While I personally prefere Template::Toolkit as a presentation language, the project I'm currently getti

mod_perl2 and PHP

2005-08-06 Thread Thomas Klausner
Hi! Is it possible and advisable to write the complex part of an application (the Controller, if you like) in mod_perl2 and use PHP as a frontend (or View) ? While I personally prefere Template::Toolkit as a presentation language, the project I'm currently getting involved in has quite a lot of P