Hello all,
The goal is that users will continue to connect to "https:/server1" but will
actually browse to "https://server2";.
I have successfully redirected from "server1" to "server2" via apache/http, but
the url seen in the browser changes.
In the following configuration, how can I make th
Bonjour à tous,
Pb.: Je cherche à rediriger les requêtes web arrivants sur un serveur
"https://domaine1.fr"; vers "https://domaine2.fr". Le but est que les
utilisateurs continuent de se connecter à "https://domaine1.fr"; mais naviguent
en réalité sur "https://domaine2.fr";.
Question: J'
: "users@httpd.apache.org" ; olivier giorgi
Envoyé le : Mardi 10 septembre 2013 20h37
Objet : Re: [users@httpd] httpd-2.2.22 & Windows & ipv6
On Tue, Sep 10, 2013 at 1:30 PM, olivier giorgi wrote:
Hello to all,
>
>Using httpd-2.2.22 on Windows, what is the recommended
Hello to all,
Using httpd-2.2.22 on Windows, what is the recommended method to activate ipv6 ?
Thanks in advance.
Best regards Olivier.
Hello to all,
struggling to enable UTF-8 encoding on apache tomcat 6 Windows service.
The option we used to activate (within startup.bat) was
-Dfile.encoding=UTF-8 -server
Looks like tomcat is able to start when launched from startup.bat, but, if we
intend to configure tomca
Hello to all,
struggling to enable UTF-8 encoding on apache tomcat 6 Windows service.
The option we used to activate (within startup.bat) was
-Dfile.encoding=UTF-8 -server
Looks like tomcat is able to start when launched from startup.bat, but, if we intend to configure tomcat as a ser
Bonjour, Pourriez vous s'il vous plaît me renseigner sur le point
suivant.Schéma:Client -> Forward Proxy (Apache) -> Serveur1 / Serveur2Serveur1
et Serveur2 sont accessibles via une connexion sécurisée (certificat
embarqué).https://Serveur1:2000/URI1https://Serveur2:2001/URI2Comment dois je
con
Hello to all,
1) With Apache 2.2.4 the following statefull load balancing syntax is correct:
SetEnvIf ^Cookie$ "MYCOOKIE=([^ ;]*)" MYCOOKIE=$1
Header add Set-Cookie "MYCOOKIE=%{UNIQUE_ID}e.%{BALANCER_WORKER_ROUTE}e;
path=/" env=!MYCOOKIE
ProxyPass /RootURI balancer://Cluster stickysession=MYC
Hello to all,
How are you?
Firstly, it is a general query relative to Apache 2.2.4 load balancer. In the
following cases (CASE 1, CASE 2 and CASE 3), i want to use the directive
ProxyPassReverse, please, could you help me for each case which are specific
(CASE 1, CASE 2 and CASE 3) (Thanks in