Code Comments
Programming Forum and web based access to our favorite programming groups.On Wed, 2004-11-17 at 19:35, Menon, Girish (GE Healthcare) wrote: > Hi, > > I am using apache on Linux and wanted to incorporate PHP as well. The pro blem is that I have already deployed apache to a lot of my customers. Is the re some sort of plugin that I can install over apache so that I can use PHP? > > Thanks and Regards > Girish > If the apache httpd that you have deployed has mod_so.c compiled into it (doing "httpd -l" as root will list the compiled in modules) then you could add PHP as a DSO to Apache. Both the PHP manual and the INSTALL file in the PHP source has details. Otherwise you will need to recompile Apache. Regards Chris
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.