OK, conversely, is there configuration for PHP that would skip picking up a
URL that is IP-only for the PHP processor?  I'm not that familiar with PHP
configuration, I'm assuming it's done by file extension.  Is that extension
map happening for all of Apache, or just specific virtual hosts?

John


> -----Original Message-----
> From: John Bell [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 02, 2003 1:36 AM
> To: Tomcat Users List
> Subject: Re: Tomcat, Apache and PHP
> 
> 
> Thanks John,
> 
> No JkMount /* ajp13.
> I suspect that my config in httpd.conf needs to be changed.
> 
> ----- Original Message -----
> From: "Turner, John" <[EMAIL PROTECTED]>
> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> Sent: Wednesday, January 01, 2003 11:00 PM
> Subject: RE: Tomcat, Apache and PHP
> 
> 
> >
> > 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]>
> >
> >
> 
> 
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to