Custom PHP as a Apache Module
Posted by: David L
Posted on: 2006-04-23 23:29:00
Hi,
Is it possible to run custom compiled PHP4 or PHP5 as an Apache Module not a CGI Binary?
Posted by: David L
Posted on: 2006-04-23 23:29:00
Hi,
Is it possible to run custom compiled PHP4 or PHP5 as an Apache Module not a CGI Binary?
Posted by: doeleman
Posted on: 2006-04-24 02:44:00
Hi David,
No. Custom compiled PHP would always have to be a CGI binary.
Basicly there is currently 4 options:
- PHP4 as an Apache Module
- PHP4 as CGI
- PHP5 as CGI
- Your costum PHP-CGI
Posted by: David L
Posted on: 2006-04-24 02:50:00
Ok,
Thanks :)