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
<VirtualHost *:80>
ServerName serveur2.domain
ProxyPass / http://serveur1:8085/uri/
ProxyPassReverse / http://serveur1:8085/uri/
</VirtualHost>
But i've the same error when i make http://serveur2.domain.fr/
Have you an idea ???
best regards
"Joshua Slive"
<[EMAIL PROTECTED]>
Envoyé par : [EMAIL PROTECTED] 21/07/2006 18:41
|
|
On 7/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> 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 a dns entry (alias)
>
> When i do
>
> http://serveur2:8085/uri/ it's OK
>
> but how can i make in apache to redirect
>
> http://serveur2/ towards http://serveur1:8085/uri/
>
> i hope that's more explicit.
ProxyPass / http://serveur1:8085/uri/
ProxyPassReverse / http://serveur1:8085/uri/
Joshua.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]