RE: [EMAIL PROTECTED] redirection url

2006-07-24 Thread d . martineau
Yes, i get a valid adress when i type nslookup serveur2.domain.fr name : serveur1 address : x.x.x.x aliases : serveur2 DNS is setup correctly thanks dave Dave Henderson <[EMAIL PROTECTED]> 24/07/2006 15:36 Veuillez répondre à users@httpd.apache.org A users@httpd.apache.org cc

RE: [EMAIL PROTECTED] redirection url

2006-07-24 Thread d . martineau
Hi owen, Thanks for information but i had already configure a DNS entry : create an alias serveur2 to serveur1 and when i make http://serveur2.domain.fr:8085/uri/  i've the good page but when i make http://serveur2.domain.fr i've the "dns error" in ie. So that's why i thought that was apach

[EMAIL PROTECTED] RE [EMAIL PROTECTED] Re: redirection url

2006-07-24 Thread d . martineau
I haven't index file present ! thanks for help David "Morgan Gangwere" <[EMAIL PROTECTED]> 23/07/2006 20:25 Veuillez répondre à users@httpd.apache.org A users@httpd.apache.org cc Objet [EMAIL PROTECTED] Re: redirection url or, is the http://server2/index.html file

Re: [EMAIL PROTECTED] redirection url

2006-07-24 Thread d . martineau
I test ProxyPass / http://serveur1:8085/uri/ ProxyPassReverse / http://serveur1:8085/uri/ but when i make http://serveur2.domain.fr/ I've this impossible de trouver le serveur ou erreur DNS dans Inetrent Explorer Then, i test ServerName serveur2.domain ProxyPass / http://serveur1:8085/ur

Re: [EMAIL PROTECTED] redirection url

2006-07-21 Thread d . martineau
Hi, i try to precise the descriptiopn It's not for internet accessibility but only on the enterprise, so : i've a reporting intranet, accessible by the url : http://serveur1:8085/uri/ (accessibly only on the enterprise) I would like to simplify the url like this http://serveur2/ I configure

[EMAIL PROTECTED] redirection url

2006-07-21 Thread d . martineau
Hi, I've an accesisble url : http://serveur.domain.com:port/uri/ I would like to know how can i redirect towards http://alias.domain.com how can i hide the port and the uri ??? i test proxypass servername alias.domain.com proxypass / http://serveur.domain.com:port/uri/ thanks for your he