On 7/31/07, Mike Duffy <[EMAIL PROTECTED]> wrote:
> Does anyone have a good reference for installing PHP on Tomcat 6.0?

Probably not; AFAIK it doesn't exist :-)

> There is no good info at php.net and the instructions I've found through
> Google talk about modifying an httpd.conf file that is not in Tomcat.

That's because PHP is typically run on Apache httpd, hence references
to its config file -- Tomcat is a Servlet container, not a general-purpose
web server.

PHP 4 has code for building a PHP servlet which kinda worked but not,
in my experience, too reliably. PHP 5 dropped that altogether.

If you only want PHP, use Apache httpd. There are bundled installers
for various platforms, but it's not hard to build (on Linux, at least).

HTH,
-- 
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to