Re: [us...@httpd] Configuring Apacher Server for Tomcat

2009-07-14 Thread Tom Evans
On Tue, 2009-07-14 at 16:45 +0600, alee amin wrote: > I am trying to configure the server for some project and it is written > in project documentation that i need to add following thing in the > httpd.conf file > > ProxyPass / ajp://localhost:8009/ > ProxyPassMatch ^(/photos/.*\.jpg)$ ! > > now

Re: [us...@httpd] Configuring Apacher Server for Tomcat

2009-07-14 Thread Tom Evans
On Tue, 2009-07-14 at 16:45 +0600, alee amin wrote: > I am trying to configure the server for some project and it is written > in project documentation that i need to add following thing in the > httpd.conf file > > ProxyPass / ajp://localhost:8009/ > ProxyPassMatch ^(/photos/.*\.jpg)$ ! > > now

[us...@httpd] Configuring Apacher Server for Tomcat

2009-07-14 Thread alee amin
I am trying to configure the server for some project and it is written in project documentation that i need to add following thing in the httpd.conf file ProxyPass / ajp://localhost:8009/ ProxyPassMatch ^(/photos/.*\.jpg)$ ! now for this i have made the following changes in httpd.conf file -