[us...@httpd] localhost vs ip address in url on windows 2003.

2009-01-27 Thread suresh.makala
Hello All, I have implemented apache web server 2.2 with SSL and local security policy using htpasswd. Everything looks fine, and when I use https://localhost it works, but when I use IP address of the machine like https://12.13.14.10 it fails, any idea how to resolve this. I have added in

Re: [us...@httpd] localhost vs ip address in url on windows 2003.

2009-01-27 Thread Evan Platt
Is your machine behind a NAT gateway? If so, is port 80 correctly forwarded from your public IP address to the private IP address you're likely on? At 10:02 AM 1/27/2009, you wrote: Hello All, I have implemented apache web server 2.2 with SSL and local security policy using htpasswd.

RE: [us...@httpd] localhost vs ip address in url on windows 2003.

2009-01-27 Thread suresh.makala
- From: Evan Platt [mailto:e...@espphotography.com] Sent: Tuesday, January 27, 2009 12:08 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] localhost vs ip address in url on windows 2003. Is your machine behind a NAT gateway? If so, is port 80 correctly forwarded from your public IP

RE: [us...@httpd] localhost vs ip address in url on windows 2003.

2009-01-27 Thread Bennett, Tony
] Sent: Tuesday, January 27, 2009 10:24 AM To: users@httpd.apache.org Subject: RE: [us...@httpd] localhost vs ip address in url on windows 2003. Yes Evan, it is behind NAT gateway, but Iam on the server itself and trying it out with IP address, yes the port 80 and 443 both are open, when I do