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
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
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
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
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
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
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