Hi
the config now looks like:
NameVirtualHost *:80
<VirtualHost *:80>
ServerAlias MySecondAlias
ProxyPass / http://localhost:8098/
ProxyPassReverse / http://localhost:8098/
</VirtualHost>
Result:
http://MySecondAlias goes to the proper port
BUT, http://host is equivalent to http://MySecondAlias (While I expects it to
go to apache on port 80)
Is there a way for apache to differentiate between these two?
thanks
--- On Mon, 27/4/09, Steffen Tronstad <[email protected]> wrote:
> From: Steffen Tronstad <[email protected]>
> Subject: RE: [us...@httpd] alias using Virtual host
> To: [email protected]
> Date: Monday, 27 April, 2009, 3:25 PM
> Use "ServerAlias MyServerAlias" in
> the other VirtualHost directive, instead of another
> ServeRName.
>
>
> -----Opprinnelig melding-----
> Fra: Melanie Pfefer [mailto:[email protected]]
>
> Sendt: 27. april 2009 14:21
> Til: [email protected]
> Emne: [us...@httpd] alias using Virtual host
>
>
> Hi
>
> I have the main apache running on port 80.
> I built another configuration file to have another apache
> running on port 8094.
>
> I can access both servers:
>
> http://host
> http://host:8094
>
> Now I want to have http://MySecondAlias to redirect to http://host:8094
>
> I added MySecondAlias to DNS and I added these lines in the
> main apache config
>
> NameVirtualHost *:80
>
> <VirtualHost *:80>
> ServerName MySecondAlias
> ProxyPass / http://localhost:8094/
> ProxyPassReverse / http://localhost:8094/
> </VirtualHost>
>
>
> Now http://host
> redirects to http://MySecondAlias and I do not want this.
>
> How to fix this situation?
>
> I.e
>
> Http://host goes
> to the default apache
> http://MySecondAlias goes to the 2nd apache running on
> 8094
>
> any other alternative is also welcomed.
>
> thanks
>
>
>
>
> ---------------------------------------------------------------------
> 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]
>
>
---------------------------------------------------------------------
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]