RE: OT: IIS sharing on IP address

2000-06-26 Thread Stephen Moretti
Theoretically you can add IP addresses without rebooting, but in practice it doesn't work. If I remember correctly the network card knows that there are new IP addresses without rebooting, but not much else notices them *until* you reboot. Regards Stephen Then re-boot (although there's

Re: OT: IIS sharing on IP address

2000-06-26 Thread Richard Ramos
PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 26, 2000 8:44 AM Subject: RE: OT: IIS sharing on IP address Theoretically you can add IP addresses without rebooting, but in practice it doesn't work. If I remember correctly the network card knows that there are new IP addresses without rebooting, bu

Re: OT: IIS sharing on IP address

2000-06-21 Thread Eric Dawson
create a new web site. assign to the IP address. After created go into the properties, and add the header information for the domain. pretty simple. I think there is an "advanced" button next to IP address information (not in front of me, short attention span ...) easier to use on Win2K. HTH

Re: OT: IIS sharing on IP address

2000-06-21 Thread Todd Ashworth
As I recently learned from someone else in here, you *could* do it like this. In the default document of the root web at the IP address, put something like this: CFSWITCH EXPRESSION="#lcase(CGI.SERVER_NAME)#" CFCASE VALUE="www.site1.com, site1.com" CFLOCATION URL="/folder1/"

RE: OT: IIS sharing on IP address

2000-06-21 Thread Robert Everland
: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 21, 2000 12:25 PM To: [EMAIL PROTECTED] Subject: Re: OT: IIS sharing on IP address As I recently learned from someone else in here, you *could* do it like this. In the default document of the root web at the IP address, put something

RE: OT: IIS sharing on IP address

2000-06-21 Thread Eric Dawson
-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Subject: RE: OT: IIS sharing on IP address Date: Wed, 21 Jun 2000 12:31:31 -0400 How do you go about writing the header information, do you put the url there, or do you put the folder. That's the only thing I can't

Re: OT: IIS sharing on IP address

2000-06-21 Thread Stephenie Hamilton
, June 21, 2000 12:50 PM Subject: RE: OT: IIS sharing on IP address if I understand correctly. you have to go in after creating the website in IIS and rightclick properties. on the first page, you'll have to hit an advanced button or something like that to get to where you can enter the header

RE: OT: IIS sharing on IP address

2000-06-21 Thread Robert Everland
to it. Robert Everland III Web Developer Dixon Ticonderoga -Original Message- From: Eric Dawson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 21, 2000 12:51 PM To: [EMAIL PROTECTED] Subject: RE: OT: IIS sharing on IP address if I understand correctly. you have to go in after creating

RE: OT: IIS sharing on IP address

2000-06-21 Thread Sean Daniels
if I understand correctly. you have to go in after creating the website in IIS and rightclick properties. on the first page, you'll have to hit an advanced button or something like that to get to where you can enter the header informtion. That's just about right. The advanced button opens

RE: OT: IIS sharing on IP address

2000-06-21 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What I'm asking is say I make it up the ip address is 192.168.0.2 the port is 80 and the header is www.here.com, what do I call the folder to keep the website in. Do I call it what I called my header, and do I make 2 headers, one for

RE: OT: IIS sharing on IP address

2000-06-21 Thread Kent Runyan
- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 21, 2000 11:22 AM To: '[EMAIL PROTECTED]' Subject: RE: OT: IIS sharing on IP address What I'm asking is say I make it up the ip address is 192.168.0.2 the port is 80 and the header is www.here.com, what do I call

RE: OT: IIS sharing on IP address

2000-06-21 Thread Judah McAuley
At 01:27 PM 6/21/2000 -0400, Zac wrote: Hope that's helpful. Do be careful using host headers, tho. They're far less reliable than using separate IPs. I'd consider them accessable for internal stuff or for personal sites, but I would NEVER rely on them for a publicly accessable site that

RE: OT: IIS sharing on IP address

2000-06-21 Thread Jeff Beer
AFAIK, you can not use SSL with host headers, as SSL requires binding to a specific IP address. -Original Message- From: Zachary Bedell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 21, 2000 1:28 PM To: '[EMAIL PROTECTED]' Subject: RE: OT: IIS sharing on IP address

RE: OT: IIS sharing on IP address

2000-06-21 Thread Eric Dawson
headers one for www.here.com and here.com. E From: Robert Everland [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Subject: RE: OT: IIS sharing on IP address Date: Wed, 21 Jun 2000 13:21:59 -0400 What I'm asking is say I make it up the

Re: OT: IIS sharing on IP address

2000-06-21 Thread Todd Ashworth
So .. will all of this work with FTP as well? .Todd | when you create the website in IIS you will define the root directory of | that site. So if you have the header, port and IP setup for the website, | everything should work fine. | | Recap: call the folder whatever you like. Just make sure

RE: OT: IIS sharing on IP address

2000-06-21 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nope. Only with HTTP. Best regards, Zac Bedell So .. will all of this work with FTP as well? .Todd | when you create the website in IIS you will define the root directory of | that site. So if you have the header, port and IP setup for

Re: OT: IIS sharing on IP address

2000-06-21 Thread Eric Dawson
not that I've seen. I will play with it. I am thinking that the host will direct you to the IP, but you would have userid for one domain available in the next domain. ? E From: "Todd Ashworth" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: OT: I