According to Kenneth Lee:
>
> Not performance. Not preference.
>
> The question is, will mod_fastcgi and mod_perl conflict when both are
> compiled into Apache? Theoretically not I think. And what would the
> consequences be? Please comment.
I can't see any reason why they should conflict, but I also
don't see why you would want a large mod_perl'd httpd waiting
for a fastcgi backend to complete. I'd recommend using
the two-apache model with the non-mod_perl'd front end
handling static pages, fastcgi, and java servlets if
you use them, proxying only mod_perl requests to the
mod_perl'd httpd back end.
Les Mikesell
[EMAIL PROTECTED]