Hi
Yes, you're right on that. I will test only the VirtualHost configuration.
Now my Web Application fails on the first request. It doesn't get to the
server.
Regards,
Néstor Boscán
-Mensaje original-
De: Boyle Owen [mailto:[EMAIL PROTECTED]
Enviado el: Miércoles, 19 de Sep
No, my problem analysis goes like this:
1) Set up proxy without virtual host -> it works.
2) Set up proxy with virtual host -> it doesn't work
I assume the problem is number 2
Regards,
Néstor Boscán
-Mensaje original-
De: Boyle Owen [mailto:[EMAIL PROTECTED]
Enviado el:
The ones that comes with OracleAS 10.1.3
Regards,
Néstor Boscán
-Mensaje original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Joshua Slive
Enviado el: Lunes, 17 de Septiembre de 2007 03:20 p.m.
Para: users@httpd.apache.org
Asunto: Re: [EMAIL PROTECTED] NameVirtualHost
://someotherserver/exchange
ProxyPass /exchweb http://someotherserver/exchweb
ProxyPassReverse /exchweb http://someotherserver/exchweb
Regards,
Néstor Boscán
-Mensaje original-
De: Phillip Hamilton [mailto:[EMAIL PROTECTED]
Enviado el: Lunes, 17 de Septiembre de 2007 03:07 p.m.
Para: users
tualHost for server2 and it
doesn't use the configuration.
Regards,
Néstor Boscán
-Mensaje original-
De: Vincent Bray [mailto:[EMAIL PROTECTED]
Enviado el: Lunes, 17 de Septiembre de 2007 01:55 p.m.
Para: users@httpd.apache.org
Asunto: Re: [EMAIL PROTECTED] NameVirtualHost questi
Hi
I have a server that has an Apache Server 1.3. The server only has 1 IP and
can be access using two differente names server1 and server2. I would like
to create a VirtualHost for each name that sets the ServerName. Now I tried
the following
NameVirtualHost ip:80
ServerName server1
...