Gade Terbob
09-05-2002, 12:51 PM
Yes, I have done several searches, can't find what I'm asking.
As far as I can tell from this forum and others:
#1. URL will resolve without the "www". Seems to me to be kind of neat, but is it necessary?
#2. Required if you use a ssl certificate to secure any of your website pages.
What other reasons are there for having a dedicated IP address for your url? What reasons against? (I suppose that there are a finite number of addresses?)
I appreciate MOST of your 'tudes. Thanks!!
Hostnix
09-05-2002, 01:11 PM
Actually a dedicated IP isn't *REQUIRED* for either of the reasons you've mentioned. I'll explain...
#1) If you setup your server correctly your users can access their site via www.hostingcompany.com/~user, that is how I've set mine up so they can still access their site when their domain isn't setup yet.
#2) You can get around this by using different ports for SSL. The only problem is you have to punch in the port when typing the url. However, you can use virtualhosts to make this seemless.
The only *REAL* reason is to support older browers. We're talkin browers that don't support HTTP/1.1 protocol, like Netscape 1, MOSAIC and other ancient browsers. Most modern browsers will have zero problems with a non-dedicated IP.
Best of luck!
C
advantagecom
09-05-2002, 01:28 PM
Anonymous FTP required a dedicated IP last I checked if you want to use your own domain name.
Just an FYI, a lot of people run firewalls and proxies. Changing the port SSL runs on will frustrate and drive away some of those people. A dedicated IP is a good idea if you're going to use your own cert, IMHO.
Reverse DNS on a shared IP will show someone elses site as the name for your IP when doing a traceroute to the IP. If this is important to you, get a dedicated IP and make sure your provider correctly sets up reverse DNS.
wlandman
09-05-2002, 01:48 PM
Also different mail or ftp programs can have "Virtual" Users based on the IP Address. Not sure exactly who offers this. Maybe proftpd...
mdrussell
09-05-2002, 02:14 PM
You can run anon FTP without a dedicated IP.
The main reason is for SSL certs, as mentioned above. If you want a quick and easy way to install a SSL cert on an account, assign it a dedicated IP.
chuckt101
09-05-2002, 07:23 PM
People with older browsers (really old) can't browse to sites where their domains are setup as virtual hosts. No way to get around that... :stickout
bitserve
09-05-2002, 09:55 PM
http://www.webhostingtalk.com/showthread.php?threadid=26203
BTW: This question has been asked on these forums 2 million times.
Gade Terbob
09-05-2002, 11:13 PM
Thanks, bitserve. Looks like I need a little more practice with the search engine.:rolleyes: