mod_php or php-fast_cgi?

mod_php or php-fast_cgi

  • php-fast_cgi

    Votes: 1 100.0%
  • mod_php

    Votes: 0 0.0%

  • Total voters
    1
  • Poll closed .

unilasys

New Member
Messages
2
Reaction score
0
Points
0
I'm building a test server. The client would want a PHP Perl combo. PHP as the primary scripting language, to interface with legacy PERL apps which they developed in-house several years ago (it would seem that they are not yet ready to transition those apps and adopt the current technologies, AJAX, RoR, Python, etc.).

To use PHP and Perl side by side, will fast_cgi do the trick? or use mod_php and mod_perl?

The in-house developer is very much concern with security and thus he will not let anyone touch the server's legacy Apache 1.3 through these mods except for fast_cgi. But if I can find a good argument to convince him otherwise, I might do so.

Tell me what you think!
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
Unless you need the Apache functions in PHP or Apache API in Perl, it's not worth the battle; use FastCGI. If it turns out later you need either, you can switch.
 
Last edited:
Top