Hi Janet, Am Mittwoch, 11. Mai 2005 10:48 schrieb Janet Fraser: > I'm running Jakarta Apache Tomcat 5.0.19 (successfully) on a Windows > 2003 Server. I've been trying to figure out how to add PHP to the > mix, but everything I've read says that I need to add a LoadModule > directive to my httpd.conf and I don't have one. > > I didn't do the > install for Tomcat, but I'm assuming that the Jakarta install doesn't > create all those seperate Apache folders and files. Have I missed > something really simple?
httpd.conf is the configuration file of the Apache HTTP Server ( http://httpd.apache.org/ ) which should not be mixed with the Apache Tomcat Server. These are two different servers in two different worlds. Linux, Apache, MySQL and PHP (LAMP) is the standard combination to run PHP. However, if you don't want to run an Apache server in parallel with your Tomcat server, there is a way to use PHP with Tomcat. Your keyword ist: Java Servlet SAPI -> http://de3.php.net/manual/en/ref.java.php#java.servlet Best wishes Lutz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
