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