RE: [ cf-dev ] OT - Host Headers etc ....

2004-09-14 Thread Robertson-Ravo, Neil (RX)
Yes, you can host any number of sites on one IP..you just need to, as you
correctly state, use Host Headers.

N

DNS should point the IP address of the Web Server (or Load Balancer) for all
your sites.





-Original Message-
From: Paul Swingewood [mailto:[EMAIL PROTECTED] 
Sent: 14 September 2004 13:56
To: [EMAIL PROTECTED]
Subject: [ cf-dev ] OT - Host Headers etc 

Hello.

Is it possible to host several websites with one IP address from say BT.
I have a fixed IP address to my server but I want to be able to host several

websites that I have in development? - I have read that this can be done 
with host headers. So can I set up my webserver to have say www.a.com  
www.b.com pointing to the same IP address? What about DNS? Is there 
something I need to do here? Is it better to use port addressing 8080 or 
9080 etc ...

Sorry about the ignorance here but I have never done this before.

Regards - Paul



-- 
These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided
by activepdf.com*
  *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
proworkflow.com*
   *Tutorials provided by helmguru.com* :: *Lists hosted by
gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]
This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com

-- 
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
  *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
   *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]



RE: [ cf-dev ] OT - Host Headers etc ....

2004-09-14 Thread Paul Swingewood
Ok just so I get this in my head. If I wanted to host www.paul.co.uk, 
www.adam.co.uk, and www.leanne.co.uk I register the domains with whoever and 
tell them to point to my one IP Address (12.123.123.123) That my ISP gives 
me. I then set up host headers on my server for each of the websites. Is it 
as simple as that ...?

Regards - Paul

--
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
 *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
  *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*
To unsubscribe, e-mail: [EMAIL PROTECTED]


Re: [ cf-dev ] OT - Host Headers etc ....

2004-09-14 Thread John Beynon
and you might need to restart IIS (there's a bug that sometimes means
the new headers don't take effect until after a restart - although
sometimes they work just fine!)


On Tue, 14 Sep 2004 14:06:32 +0100, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 Its as simple as that ;-)
 
 -Original Message-
 From: Paul Swingewood [mailto:[EMAIL PROTECTED] 
 Sent: 14 September 2004 14:06
 To: [EMAIL PROTECTED]
 Subject: RE: [ cf-dev ] OT - Host Headers etc 
 
 Ok just so I get this in my head. If I wanted to host www.paul.co.uk,
 www.adam.co.uk, and www.leanne.co.uk I register the domains with whoever and
 
 tell them to point to my one IP Address (12.123.123.123) That my ISP gives
 me. I then set up host headers on my server for each of the websites. Is it
 as simple as that ...?
 
 
 
 Regards - Paul
 
 --
 These lists are syncronised with the CFDeveloper forum at
 http://forum.cfdeveloper.co.uk/
 Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
 CFDeveloper Sponsors and contributors:-
 *Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided
 by activepdf.com*
   *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
 proworkflow.com*
*Tutorials provided by helmguru.com* :: *Lists hosted by
 gradwell.com*
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
 Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
 Registered in England, Number 678540.  It contains information which is
 confidential and may also be privileged.  It is for the exclusive use of the
 intended recipient(s).  If you are not the intended recipient(s) please note
 that any form of distribution, copying or use of this communication or the
 information in it is strictly prohibited and may be unlawful.  If you have
 received this communication in error please return it to the sender or call
 our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
 communication are not necessarily those expressed by Reed Exhibitions.
 Visit our website at http://www.reedexpo.com
 
 --
 These lists are syncronised with the CFDeveloper forum at 
 http://forum.cfdeveloper.co.uk/
 Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
 CFDeveloper Sponsors and contributors:-
 *Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
 activepdf.com*
   *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
*Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 


-- 
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
  *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
   *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]



RE: [ cf-dev ] OT - Host Headers etc ....

2004-09-14 Thread Robertson-Ravo, Neil (RX)
Note the IP has to be the external IP of the Physical Machine (or load
balancer) in order for this to work.



-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: 14 September 2004 14:07
To: '[EMAIL PROTECTED]'
Subject: RE: [ cf-dev ] OT - Host Headers etc 

Its as simple as that ;-)  

-Original Message-
From: Paul Swingewood [mailto:[EMAIL PROTECTED] 
Sent: 14 September 2004 14:06
To: [EMAIL PROTECTED]
Subject: RE: [ cf-dev ] OT - Host Headers etc 


Ok just so I get this in my head. If I wanted to host www.paul.co.uk, 
www.adam.co.uk, and www.leanne.co.uk I register the domains with whoever and

tell them to point to my one IP Address (12.123.123.123) That my ISP gives 
me. I then set up host headers on my server for each of the websites. Is it 
as simple as that ...?

Regards - Paul



-- 
These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided
by activepdf.com*
  *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
proworkflow.com*
   *Tutorials provided by helmguru.com* :: *Lists hosted by
gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]
This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com

-- 
These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided
by activepdf.com*
  *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
proworkflow.com*
   *Tutorials provided by helmguru.com* :: *Lists hosted by
gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]
This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com

-- 
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
  *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
   *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]



RE: [ cf-dev ] OT - Host Headers etc ....

2004-09-14 Thread Paul Swingewood
LOL- Which means ..?
I take it thats the IP address the my ISP give me (BT)
Regards - Paul

--
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
 *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
  *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*
To unsubscribe, e-mail: [EMAIL PROTECTED]


RE: [ cf-dev ] OT - Host Headers etc ....

2004-09-14 Thread Robertson-Ravo, Neil (RX)
The bug is not in the restart, its in the way IIS saves it Metabase.  For
some peculiar reason IIS does not necessary take on board settings even
though you have committed them - this is due to the fact that the IIS
metabase is a flat file bespoke DB type and the IIS MMC is designed to save
every 5 mins or so unless you tell it to.  You don't have to cycle IIS per
say you just need to save the open MMC.

N




-Original Message-
From: John Beynon [mailto:[EMAIL PROTECTED] 
Sent: 14 September 2004 14:09
To: [EMAIL PROTECTED]
Subject: Re: [ cf-dev ] OT - Host Headers etc 

and you might need to restart IIS (there's a bug that sometimes means
the new headers don't take effect until after a restart - although
sometimes they work just fine!)


On Tue, 14 Sep 2004 14:06:32 +0100, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 Its as simple as that ;-)
 
 -Original Message-
 From: Paul Swingewood [mailto:[EMAIL PROTECTED] 
 Sent: 14 September 2004 14:06
 To: [EMAIL PROTECTED]
 Subject: RE: [ cf-dev ] OT - Host Headers etc 
 
 Ok just so I get this in my head. If I wanted to host www.paul.co.uk,
 www.adam.co.uk, and www.leanne.co.uk I register the domains with whoever
and
 
 tell them to point to my one IP Address (12.123.123.123) That my ISP gives
 me. I then set up host headers on my server for each of the websites. Is
it
 as simple as that ...?
 
 
 
 Regards - Paul
 
 --
 These lists are syncronised with the CFDeveloper forum at
 http://forum.cfdeveloper.co.uk/
 Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
 CFDeveloper Sponsors and contributors:-
 *Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided
 by activepdf.com*
   *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
 proworkflow.com*
*Tutorials provided by helmguru.com* :: *Lists hosted by
 gradwell.com*
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
 Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
 Registered in England, Number 678540.  It contains information which is
 confidential and may also be privileged.  It is for the exclusive use of
the
 intended recipient(s).  If you are not the intended recipient(s) please
note
 that any form of distribution, copying or use of this communication or the
 information in it is strictly prohibited and may be unlawful.  If you have
 received this communication in error please return it to the sender or
call
 our switchboard on +44 (0) 20 89107910.  The opinions expressed within
this
 communication are not necessarily those expressed by Reed Exhibitions.
 Visit our website at http://www.reedexpo.com
 
 --
 These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
 Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
 CFDeveloper Sponsors and contributors:-
 *Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided
by activepdf.com*
   *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
proworkflow.com*
*Tutorials provided by helmguru.com* :: *Lists hosted by
gradwell.com*
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 


-- 
These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided
by activepdf.com*
  *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
proworkflow.com*
   *Tutorials provided by helmguru.com* :: *Lists hosted by
gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]
This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com

-- 
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
  *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
   *Tutorials provided by helmguru.com* :: *Lists hosted

RE: [ cf-dev ] OT - Host Headers etc ....

2004-09-14 Thread Robertson-Ravo, Neil (RX)
Well it's hard to say...if you have access to the box you will be able to
see what the IP set up is.  Each server will have an internal and external
address.  The external is the Web Facing one which is bound to the Ethernet
adapter.  The internal address is non-resolving to the Web.



-Original Message-
From: Paul Swingewood [mailto:[EMAIL PROTECTED] 
Sent: 14 September 2004 14:11
To: [EMAIL PROTECTED]
Subject: RE: [ cf-dev ] OT - Host Headers etc 

LOL- Which means ..?

I take it thats the IP address the my ISP give me (BT)

Regards - Paul



-- 
These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided
by activepdf.com*
  *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
proworkflow.com*
   *Tutorials provided by helmguru.com* :: *Lists hosted by
gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]
This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com

-- 
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
  *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
   *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]



Re: [ cf-dev ] OT - Host Headers etc ....

2004-09-14 Thread John Beynon
that's good to know, thanks Neil!


On Tue, 14 Sep 2004 14:13:35 +0100, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 Well it's hard to say...if you have access to the box you will be able to
 see what the IP set up is.  Each server will have an internal and external
 address.  The external is the Web Facing one which is bound to the Ethernet
 adapter.  The internal address is non-resolving to the Web.
 
 
 
 
 -Original Message-
 From: Paul Swingewood [mailto:[EMAIL PROTECTED]
 Sent: 14 September 2004 14:11
 To: [EMAIL PROTECTED]
 Subject: RE: [ cf-dev ] OT - Host Headers etc 
 
 LOL- Which means ..?
 
 I take it thats the IP address the my ISP give me (BT)
 
 Regards - Paul
 
 --
 These lists are syncronised with the CFDeveloper forum at
 http://forum.cfdeveloper.co.uk/
 Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
 CFDeveloper Sponsors and contributors:-
 *Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided
 by activepdf.com*
   *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
 proworkflow.com*
*Tutorials provided by helmguru.com* :: *Lists hosted by
 gradwell.com*
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
 Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
 Registered in England, Number 678540.  It contains information which is
 confidential and may also be privileged.  It is for the exclusive use of the
 intended recipient(s).  If you are not the intended recipient(s) please note
 that any form of distribution, copying or use of this communication or the
 information in it is strictly prohibited and may be unlawful.  If you have
 received this communication in error please return it to the sender or call
 our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
 communication are not necessarily those expressed by Reed Exhibitions.
 Visit our website at http://www.reedexpo.com
 
 --
 These lists are syncronised with the CFDeveloper forum at 
 http://forum.cfdeveloper.co.uk/
 Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
 CFDeveloper Sponsors and contributors:-
 *Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
 activepdf.com*
   *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
*Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 


-- 
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
  *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
   *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]



RE: [ cf-dev ] OT - Host Headers etc ....

2004-09-14 Thread Tim Blair


--
---
Badpen Tech - CF and web-tech: http://tech.badpen.com/
---
RAWNET LTD - Internet, New Media and ebusiness Gurus.
WE'VE MOVED - for our new address, please visit our
website at http://www.rawnet.com/ or call us any time
on 0800 294 24 24.
---
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of rawnet limited,
unless otherwise explicitly and independently indicated
by an authorised representative of rawnet limited.
--- 

--
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
  *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
   *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]



RE: [ cf-dev ] OT - Host Headers etc ....

2004-09-14 Thread Paul Swingewood
Yeah ok that makes sense. I can see that at the moment via my router. It 
tells me the webfacing IP address and all the internal addresses. OK then 
that should all be ok.

I have just aquired a quad PIII proliant 5500 rack mount (being thrown out 
from work). I want to use it to host a small personal website and any 
development work that I do. Should be fun getting all this up  runing. I 
have so far managed to get the raid array configured and win2k server on 
there. Only took me 2 days - lol. Most of the time spent trying to configure 
the raid ...

Now that I know its feasable i'll give it a go ...
Thanks - Regards Paul

--
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
 *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
  *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*
To unsubscribe, e-mail: [EMAIL PROTECTED]