[us...@httpd] Forwarding a file, not whole directory

2010-03-15 Thread Milan Tomic
Hi everybody, Some hand is needed here... :) How can I specify, that request to one file should be redirected? I have this: VirtualHost *:80 Location /MyApp/ ProxyPass ajp://localhost:8010/MyApp/ /Location /VirtualHost and now I would like to add this (request to single file to be

Re: [us...@httpd] Forwarding a file, not whole directory

2010-03-15 Thread Eric Covener
On Mon, Mar 15, 2010 at 5:19 AM, Milan Tomic tomicmi...@yahoo.com wrote: Hi everybody, Some hand is needed here... :) How can I specify, that request to one file should be redirected? I have this: VirtualHost *:80  Location /MyApp/    ProxyPass  ajp://localhost:8010/MyApp/  /Location