[webstack-discuss] PHP integration for worker and/or 64-bit httpd

2009-10-08 Thread Jeff Trawick
Jeff Trawick wrote: > Sriram Natarajan wrote: >> >> >> Jeff Trawick wrote: >>> SUWNapch22m-php52 (mod_php) installs a conf file that loads mod_php >>> and sets up handler associations for php files, if the 32-bit httpd >>> with prefork MPM is used. >>> >> >>> SUNWphp52 installs php-cgi, which can

[webstack-discuss] PHP integration for worker and/or 64-bit httpd

2009-10-08 Thread Jeff Trawick
Sriram Natarajan wrote: > > > Jeff Trawick wrote: >> SUWNapch22m-php52 (mod_php) installs a conf file that loads mod_php >> and sets up handler associations for php files, if the 32-bit httpd >> with prefork MPM is used. >> > >> SUNWphp52 installs php-cgi, which can be used with any httpd mode vi

[webstack-discuss] PHP integration for worker and/or 64-bit httpd

2009-10-08 Thread Jeff Trawick
Jeff Trawick wrote: > It seems that such a conf file belongs to SUNWphp52, which delivers > the PHP FastCGI support, but it shouldn't depend on httpd; also, > perhaps it would be disturbing to not use httpd at all but have > /etc/apache2/2.2/conf.d ??? > > mod_fcgid's conf could theoretically se

[webstack-discuss] PHP integration for worker and/or 64-bit httpd

2009-10-08 Thread Sriram Natarajan
Jeff Trawick wrote: > Jeff Trawick wrote: >> It seems that such a conf file belongs to SUNWphp52, which delivers >> the PHP FastCGI support, but it shouldn't depend on httpd; also, >> perhaps it would be disturbing to not use httpd at all but have >> /etc/apache2/2.2/conf.d ??? >> >> mod_fcgid

[webstack-discuss] PHP integration for worker and/or 64-bit httpd

2009-10-08 Thread Sriram Natarajan
Jeff Trawick wrote: > SUWNapch22m-php52 (mod_php) installs a conf file that loads mod_php > and sets up handler associations for php files, if the 32-bit httpd > with prefork MPM is used. > > SUNWphp52 installs php-cgi, which can be used with any httpd mode via > mod_fcgid (FastCGI). > > We c

[webstack-discuss] PHP integration for worker and/or 64-bit httpd

2009-10-08 Thread Jeff Trawick
SUWNapch22m-php52 (mod_php) installs a conf file that loads mod_php and sets up handler associations for php files, if the 32-bit httpd with prefork MPM is used. SUNWphp52 installs php-cgi, which can be used with any httpd mode via mod_fcgid (FastCGI). We could install php-fastcgi.conf which s