Do you have a wildcard JkMount statement somewhere, that would take effect for that IP address? Something like "JkMount /* ajp13"?
John -----Original Message----- From: John Bell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 01, 2003 7:52 AM To: [EMAIL PROTECTED] Subject: Tomcat, Apache and PHP I use mod_jk to connect Apache and Tomcat. I want Apache to serve PHP resources. If I do http://localhost/myPHP then Apache serves the PHP application which is what I want to do remotely but if I do http/213.120.114.94/myPHP then the request is sent onto Tomcat which does'nt serve PHP. I try and use Vitual Hosts in the Apache httpd.conf file as many sites wil ne hosted on the server. NameVirtualHost 213.120.114.94 <VirtualHost 213.120.114.94> ServerAdmin [EMAIL PROTECTED] DocumentRoot /coffeemy ServerName www.capucino.co.uk ErrorLog logs/capucino.error_log CustomLog logs/capucino.co.uk-access_log combined </VirtualHost> Can anyone help please. John --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.434 / Virus Database: 243 - Release Date: 12/25/2002 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.434 / Virus Database: 243 - Release Date: 12/25/2002 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
