[MP2] Problems with custom config directives

2005-08-06 Thread Arne Skjaerholt
Hello all, I'm running mod_perl-2.0.1 on apache-2.0.54 and OS X 10.4. Trying to get a custom apache config directive to work I run into what appears to be a rather odd problem. It looks like the subroutine handling the directive is passed a different object from the one being passed to SERVER_CREAT

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

failing tests in mod_perl-2.0.1/ModPerl-Registry/t

2005-08-06 Thread Jim Martinez
Hi, While compiling mod perl 2.0.1 on a box that did not have HTML::HeadParser installed, several tests failed. The tests, located in 8 files all in the ModPerl-Registry/t directory, are: special_blocks.t 206.t 304.t 404.t cgi.t closure.t perlrun_extload.t redirect.t Stas Bekman, at a Portland

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