Virtual Host newbie question ?

2004-01-16 Thread Chakravarthy, Sundar
I have setup apache/tomcat/ with Vhost and everything works great!

 

However, I am not able to use the IP alone with the server name to
access the system i.e.

 

http://server_name http://server_name/  works but not

 

http://IP http://ip/ 

 

Why?

 

Thanks



Re: Virtual Host newbie question ?

2004-01-16 Thread Howard Watson
What is the vailue of UseCanonicalName in your apache conf?

 [EMAIL PROTECTED] 01/16/04 08:36AM 
I have setup apache/tomcat/ with Vhost and everything works great!

 

However, I am not able to use the IP alone with the server name to
access the system i.e.

 

http://server_name http://server_name/  works but not

 

http://IP http://ip/ 

 

Why?

 

Thanks



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Virtual Host newbie question ?

2004-01-16 Thread Chakravarthy, Sundar
Hi,

It is set to Off. 
Should it be On?

-Original Message-
From: Howard Watson [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 16, 2004 11:12 AM
To: [EMAIL PROTECTED]
Subject: Re: Virtual Host newbie question ?

What is the vailue of UseCanonicalName in your apache conf?

 [EMAIL PROTECTED] 01/16/04 08:36AM 
I have setup apache/tomcat/ with Vhost and everything works great!

 

However, I am not able to use the IP alone with the server name to
access the system i.e.

 

http://server_name http://server_name/  works but not

 

http://IP http://ip/ 

 

Why?

 

Thanks



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Virtual Host newbie question ?

2004-01-16 Thread Howard Watson
Off should be correct. I believe that On can cause the issue you are trying to resolve.

Is ServerName server name ? server name as you listed below
Is Listen serverIPaddr ? ip you are trying to hit

I don't know that it matters, but on mine I set

ServerName DNSname:80
Listen ipAddr:80

to be explicit.

You might want to throw this around on the httpd user list?
Howard

 [EMAIL PROTECTED] 01/16/04 10:17AM 
Hi,

It is set to Off. 
Should it be On?

-Original Message-
From: Howard Watson [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 16, 2004 11:12 AM
To: [EMAIL PROTECTED] 
Subject: Re: Virtual Host newbie question ?

What is the vailue of UseCanonicalName in your apache conf?

 [EMAIL PROTECTED] 01/16/04 08:36AM 
I have setup apache/tomcat/ with Vhost and everything works great!

 

However, I am not able to use the IP alone with the server name to
access the system i.e.

 

http://server_name http://server_name/  works but not

 

http://IP http://ip/ 

 

Why?

 

Thanks



-
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 


-
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]