[users@httpd] Apache : Redirect web requests - Keep the same host in the URL

2022-03-26 Thread olivier giorgi
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

[users@httpd] Continuer de se connecter à "https://domaine1.fr" mais naviguent en réalité sur "https://domaine2.fr".

2022-03-25 Thread olivier giorgi
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'

Re: [users@httpd] httpd-2.2.22 & Windows & ipv6

2013-09-11 Thread olivier giorgi
 : "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

[users@httpd] httpd-2.2.22 & Windows & ipv6

2013-09-10 Thread olivier giorgi
Hello to all,    Using httpd-2.2.22 on Windows, what is the recommended method to activate ipv6 ?   Thanks in advance. Best regards Olivier.

[us...@httpd] tomcat 6 as a windows service fails to start with -server option

2009-11-30 Thread olivier giorgi
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

[us...@httpd]

2009-11-30 Thread olivier giorgi
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

[EMAIL PROTECTED] Demande % Forward Proxy

2008-11-14 Thread olivier giorgi
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

[EMAIL PROTECTED] Load balancing query.

2008-02-25 Thread olivier giorgi
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

[EMAIL PROTECTED] Load balancer and ProxyPassReverse directive.

2008-02-18 Thread olivier giorgi
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