Hi Sorin -

Thank you for your answer. I understand what you mean but this is not a
query string, this is a part of URL. The specified URL do not have query
parameters.

-Denys 


Sorin Manolache wrote:
> 
> On Fri, Aug 19, 2011 at 15:29, Denys <dhryvas...@serena.com> wrote:
>>
>> Hello -
>>
>> I am trying to use Apache Server as a proxy server for my applications.
>> I try to make the following mappings:
>> ProxyPass       /test/pass1/  http://localhost:80/denys/denys.dll?
>> ProxyPass       /test/pass2/  http://localhost:8085/violetta/
>>
>> I have two apps running under Jboss and IIS.
>>
>> The second mapping is working perfectly. The first one shows me 404
>> error.
>>
>> Does anybody know, is it because of "?" symbol at the end of the URL? If
>> I
>> try any other URL - it works fine. Are there any solutions for this case?
> 
> Yes, it is because of the '?'.
> 
> If you want to append query string arguments, use RewriteRules.
> 
> S
> 
>>
>> Any help is greatly appreciated.
>>
>> Thanks in advance,
>>    Denys
>> --
>> View this message in context:
>> http://old.nabble.com/%22-%22-symbol-in-the-URL-for-ProxyPass-tp32295250p32295250.html
>> Sent from the Apache HTTP Server - Module Writers mailing list archive at
>> Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: 
http://old.nabble.com/%22-%22-symbol-in-the-URL-for-ProxyPass-tp32295250p32295362.html
Sent from the Apache HTTP Server - Module Writers mailing list archive at 
Nabble.com.

Reply via email to