Loganathan Ramasamy wrote:
> Let us assume my hostnames 2287 and 2288 . How should I go about
> creating a
>
> I tried the following is it correct ?
Nope. You should have something like:
NameVirtualHost *:80
ServerName BLRD2287
DocumentRoot /www/docs/dummy-host.example.com
Server
Davide,
Let us assume my hostnames 2287 and 2288 . How should I go about
creating a
I tried the following is it correct ?
NameVirtualHost *:80
ServerName BLRD2287
DocumentRoot /www/docs/dummy-host.example.com
ServerName BLRD2288
DocumentRoot /www/docs/dummy-host.example.com
Loganathan Ramasamy wrote:
> version of my application and I can access my application using the
> following two URLs
>
> http://blrd2287:9080/RPM
> http://blrd2287:9081/RPM
>
> As you might have noticed the domain name “blrd2287” is same for both
> the URLs, So I am really confused about creatin