[users@httpd] How to Proxy Requests

2013-08-24 Thread Akash Jain
Hi, Users of my website hit a AJAX POST call for validation of User ID. The URL formed is http://dummy.com//handler/validateId?userid= ** RandomNumber is any random number based on the instance the request gets hit. Now, at webserver level, I want that request to be processed by another URL : h

Re: [users@httpd] Apache 2.4 ReverseProxy Issue

2013-08-24 Thread Rainer Jung
On 21.08.2013 13:42, Womann, Sven wrote: > Sorry, I meant to write example.com... > > I use include my RP-Rules in a dedicated file. > There I work with RewriteRule ^/(.*)$ http://internal.example.com/$1 [P,QSA,L] > ProxyPassReverse is used in a Location directive like > > > ProxyPassRever

Re: [users@httpd] Problems with mod_proxy_balancer / slotmem_create @ apache 2.4.4

2013-08-24 Thread Rainer Jung
On 12.08.2013 13:19, andre.wen...@bmw.de wrote: > since apache version 2.4.4 I have a problem by running multiple apache > instances on my server. Normally we run multiple apaches, under > different users, on one machine, but since 2.4.4 we have often the > problem that apache is not able to reserv

[users@httpd] ProxyPassReverse not changing the protocol part (https to http) of the redirect url

2013-08-24 Thread Amit Singla
I need to proxy http requests to https server in the backend. Everything is working except a minor issues in redirects URLs. ProxyPassReverse translates the the URL except the protocol i.e. does not translate https from backend server to http protocol. *Version: Apache/2.2.15* * * Below is the con

[users@httpd] Re: Queries regarding the feasibility of achieving a use-case with HTTPD

2013-08-24 Thread Ajay Garg
Hi all. I could accomplish the first-part, using the "Redirect" directive in "/etc/httpd/conf/httpd.conf" as follows :: # Redirect permanent /alias1 http://www.servername.com/login/login.php Redirect permane

[users@httpd] Queries regarding the feasibility of achieving a use-case with HTTPD

2013-08-24 Thread Ajay Garg
Hi all. Let me first present the use-case :) === USE-CASE BEGIN === I have a number of directives (via the .conf files), and each director has an alias for it. So, my server can present different stuff, in accordance with the URLS like :: http://127.0.0.1/alias1