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
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
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
-