Re: multiple sites with cf 8 and iis

2007-08-22 Thread Larry Wald
There is a tool called EasIIS that will allow you to host multipe websites on an XP box > Set up entries in etc/hosts so you don't need to swap anything - make > the IIS sites respond to the relevant host names. > > On 8/21/07, Matthew Smith <[EMAIL PROTECTED]> wrote: > > I just did a clean inst

Re: multiple sites with cf 8 and iis

2007-08-22 Thread Larry Wald
There is a tool called easyIIS that will enabel you to host multiple websites on a Windows XP machine > Set up entries in etc/hosts so you don't need to swap anything - make > the IIS sites respond to the relevant host names. > > On 8/21/07, Matthew Smith <[EMAIL PROTECTED]> wrote: > > I just di

RE: multiple sites with cf 8 and iis

2007-08-22 Thread owner
t; > -Original Message- > From: Matthew Smith > Sent: 21 August 2007 05:16 > To: CF-Talk > Subject: RE: multiple sites with cf 8 and iis > > > Where is "etc/hosts"? Thanks for the help. > > -Original Message- > From: James Holmes > Sent: Mo

Re: multiple sites with cf 8 and iis

2007-08-21 Thread Matthew Williams
The easiest solution out of the box for me has been to install EasyPHP2. It will deploy apache 2.2.3, MySQL 4.x, and phpMyAdmin. The only thing left to do is configure apache->cf connector, and setup virtual sites. You need to point the configuration directory option at your httpd.conf file,

RE: multiple sites with cf 8 and iis

2007-08-21 Thread Matthew Smith
Yes, I'm probably going to give Apache to try. (more questions to follow, I'm sure) ;) -Original Message- From: Matthew Williams [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 21, 2007 4:59 PM To: CF-Talk Subject: Re: multiple sites with cf 8 and iis The examples above are i

Re: multiple sites with cf 8 and iis

2007-08-21 Thread Matthew Williams
The examples above are instructing you to use host headers so that you don't have to use different IPs. Are you running this in Windows XP or a Windows server? If you can have multiple websites, they can all listen to the same IP, so long as the host header (eg something.com, something2.com,

RE: multiple sites with cf 8 and iis

2007-08-21 Thread Matthew Smith
Thank you for all the help. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 21, 2007 4:25 PM To: CF-Talk Subject: RE: multiple sites with cf 8 and iis > What service do I disable to turn off IIS? The "World Wide Web Publishing" service

RE: multiple sites with cf 8 and iis

2007-08-21 Thread Dave Watts
> What service do I disable to turn off IIS? The "World Wide Web Publishing" service. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Nor

RE: multiple sites with cf 8 and iis

2007-08-21 Thread Matthew Smith
Sent: Tuesday, August 21, 2007 3:29 PM To: CF-Talk Subject: RE: multiple sites with cf 8 and iis > Do I need to uninstall IIS to run apache? No, but you will want to either configure each web server to listen on different sockets, or turn IIS off when running Apache (and vice versa). Dave Watts,

RE: multiple sites with cf 8 and iis

2007-08-21 Thread Dave Watts
> Do I need to uninstall IIS to run apache? No, but you will want to either configure each web server to listen on different sockets, or turn IIS off when running Apache (and vice versa). Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber ve

RE: multiple sites with cf 8 and iis

2007-08-21 Thread Matthew Smith
Do I need to uninstall IIS to run apache? -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 21, 2007 1:24 PM To: CF-Talk Subject: RE: multiple sites with cf 8 and iis > What I'm trying to do is somehow be able to access different > si

RE: multiple sites with cf 8 and iis

2007-08-21 Thread Dave Watts
> What I'm trying to do is somehow be able to access different > sites locally. Right now, I have to delete everything from > wwwroot, then copy over the files of the site I want to work > on. It can be a pain to work on the different sites. Also, > Dreamweaver complains that the local site

RE: multiple sites with cf 8 and iis

2007-08-21 Thread Matthew Smith
Is there a way to use the differing ip addresses(127.0.0.2) so that IIS will use a different root directory? -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 21, 2007 12:57 PM To: CF-Talk Subject: Re: multiple sites with cf 8 and iis Matthew

Re: multiple sites with cf 8 and iis

2007-08-21 Thread Jochem van Dieten
Matthew Smith wrote: > I have modified my host file as follows: > -- > > 127.0.0.1 localhost > www_redhotkitties_com localhost/www_redhotkitties_com That is not a valid record for a hostfile. A host file performs the function of DNS, nothing mor

Re: multiple sites with cf 8 and iis

2007-08-21 Thread Jochem van Dieten
Adrian Lynch wrote: > On my machine it's in C:\WINDOWS\system32\drivers\etc. > > And talking of the hosts file. Does anyone have any ideas about setting up a > hosts file like system for a LAN without running a DNS server? Find somebody that has run servers for over 24 years and they will be abl

RE: multiple sites with cf 8 and iis

2007-08-21 Thread Dave Watts
> is there a top limit? Not to my knowledge. I haven't run into one yet. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virgini

RE: multiple sites with cf 8 and iis

2007-08-21 Thread Matthew Smith
esday, August 21, 2007 12:16 PM To: CF-Talk Subject: RE: multiple sites with cf 8 and iis > I have modified my host file as follows: > -- > > 127.0.0.1 localhost > www_redhotkitties_com localhost/w

Re: multiple sites with cf 8 and iis

2007-08-21 Thread Zaphod Beeblebrox
cool! I had no idea that restriction was lifted for vista. is there a top limit? On 8/21/07, Dave Watts <[EMAIL PROTECTED]> wrote: > > unless you're using a server version of windows, IIS isn't > > going to serve more than 1 site at a time. > > unless you're using Vista. > > Dave Watts, CTO

RE: multiple sites with cf 8 and iis

2007-08-21 Thread Dave Watts
> unless you're using a server version of windows, IIS isn't > going to serve more than 1 site at a time. unless you're using Vista. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training cente

RE: multiple sites with cf 8 and iis

2007-08-21 Thread Dave Watts
> I have modified my host file as follows: > -- > > 127.0.0.1 localhost > www_redhotkitties_com localhost/www_redhotkitties_com > > -- > > When I browse to http://www_redhotkitties_com/, I get > "Inte

Re: multiple sites with cf 8 and iis

2007-08-21 Thread Zaphod Beeblebrox
ocalhost/www_redhotkitties_com/, I get an error that > it cannot find an included template, which should not be the case. > > Do I have something configured wrong? > > -Original Message- > From: James Holmes [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 21, 2007

RE: multiple sites with cf 8 and iis

2007-08-21 Thread Matthew Smith
ay, August 21, 2007 1:05 AM To: CF-Talk Subject: Re: multiple sites with cf 8 and iis Assuming you are on windows (a safe bet if you're using IIS) it's typically in c:\windows\system32\drivers\etc\hosts. On 8/21/07, Matthew Smith <[EMAIL PROTECTED]> wrote: > Where is &quo

RE: multiple sites with cf 8 and iis

2007-08-21 Thread Dave Watts
> And talking of the hosts file. Does anyone have > any ideas about setting up > a hosts file like > system for a LAN without running a DNS > server? > > I'd like a centralised way of defining IP/address > mappings that's as simple > as the hosts file. Any server that resolves name lookups wou

RE: multiple sites with cf 8 and iis

2007-08-20 Thread Adrian Lynch
sts file. This will be for a handful of windows machines. Cheers. Adrian -Original Message- From: Matthew Smith Sent: 21 August 2007 05:16 To: CF-Talk Subject: RE: multiple sites with cf 8 and iis Where is "etc/hosts"? Thanks for the help. -Original Message- From:

Re: multiple sites with cf 8 and iis

2007-08-20 Thread James Holmes
James Holmes [mailto:[EMAIL PROTECTED] > Sent: Monday, August 20, 2007 10:37 PM > To: CF-Talk > Subject: Re: multiple sites with cf 8 and iis > > Set up entries in etc/hosts so you don't need to swap anything - make > the IIS sites respond to the relevant host names. > > On

RE: multiple sites with cf 8 and iis

2007-08-20 Thread Matthew Smith
Where is "etc/hosts"? Thanks for the help. -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Monday, August 20, 2007 10:37 PM To: CF-Talk Subject: Re: multiple sites with cf 8 and iis Set up entries in etc/hosts so you don't need to swap anything

Re: multiple sites with cf 8 and iis

2007-08-20 Thread James Holmes
Set up entries in etc/hosts so you don't need to swap anything - make the IIS sites respond to the relevant host names. On 8/21/07, Matthew Smith <[EMAIL PROTECTED]> wrote: > I just did a clean install of my development machine. In the past, I used > coldfusion's built in web server, but had a p

Re: Multiple Sites on IIS 5 on XP?

2006-12-05 Thread Tom King
awesome, that's done the job. Ta muchly T On 5 Dec 2006, at 11:32, Robertson-Ravo, Neil (RX) wrote: > Yes, you cannot create multiple sites in XP. > > There are several tools to do this.. Search for tools such as > "IISAdmin". > > HTH > > > > > > > -Original Message- > From: Tom King

RE: Multiple Sites on IIS 5 on XP?

2006-12-05 Thread Robertson-Ravo, Neil (RX)
Yes, you cannot create multiple sites in XP. There are several tools to do this.. Search for tools such as "IISAdmin". HTH -Original Message- From: Tom King [mailto:[EMAIL PROTECTED] Sent: 05 December 2006 11:30 To: CF-Talk Subject: Multiple Sites on IIS 5 on XP? Hi all, Is ther

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Dave Watts
> CNAME records make it possible to introduce recursion errors. > The extra lookup is definitely an issue for small data centers > trying to maximize bandwidth and resources. And from a management > standpoint it seems easier to work with 1 less kind of record. At this point, we're quibbling abou

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Mark A Kruger
- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 1:46 PM To: CF-Talk Subject: RE: Multiple sites in IIS - Modifying DNS > You CAN alias records within the same zone, but it's > generally not a good idea because of the extra DNS > lookups required to reso

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Dave Watts
> You CAN alias records within the same zone, but it's > generally not a good idea because of the extra DNS > lookups required to resolve them. Just because you > can do a think, does not mean you should. Again, though, this is what CNAME records are for. The extra DNS lookups do not cause a si

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Justin D. Scott
> I don't agree with this because CNAME records pointed > to A records make it easier to change IP addresses > for said A records. One scenario would be 10 A records For people manually managing zone files, I suppose this could make life easier. I run my own DNS hosting service that uses variabl

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Andrew Tyrone
> -Original Message- > From: Justin D. Scott [mailto:[EMAIL PROTECTED] > Sent: Friday, November 18, 2005 1:46 PM > To: CF-Talk > Subject: RE: Multiple sites in IIS - Modifying DNS > > CNAME records should only be used when aliasing a host that > is not within &g

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Dave Watts
> The "CNAME" record is used less than the "A" record because > it causes more traffic - more lookups. You can have multiple > "A" records for the same IP. Personally, I think it's easier > to manage just "A" records. The performance difference is pretty inconsequential, especially if both CNAM

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Justin D. Scott
> > CNAME records should only be used when aliasing a host > > that is not within the same zone, otherwise, use A > > records. > > I'm not a DNS expert, but my understanding is that this > is simply incorrect. There's nothing wrong with using > CNAME records to alias hosts within a zone. You CAN

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Dave Watts
> CNAME records should only be used when aliasing a host that > is not within the same zone, otherwise, use A records. I'm not a DNS expert, but my understanding is that this is simply incorrect. There's nothing wrong with using CNAME records to alias hosts within a zone. Dave Watts, CTO, Fig Le

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Justin D. Scott
CNAME records should only be used when aliasing a host that is not within the same zone, otherwise, use A records. -Justin Scott > -Original Message- > From: Mark A Kruger [mailto:[EMAIL PROTECTED] > Sent: Friday, November 18, 2005 1:39 PM > To: CF-Talk > Subject: RE: Mu

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Mark A Kruger
--- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 12:19 PM To: CF-Talk Subject: RE: Multiple sites in IIS - Modifying DNS > I've created an additional site in IIS 6 on my development > server with a unique Host Header. So there are currently two > sites on th

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Dawson, Michael
>There's no need to create a new zone. Zones typically correspond to domains or subdomains. Assuming that both sites on your server use the same IP address, your network administrator only needs to create a CNAME record pointing the new host name to the old one. If the sites use different IP addres

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Jim Davis
> -Original Message- > From: Peterson, Andrew S. [mailto:[EMAIL PROTECTED] > Sent: Friday, November 18, 2005 11:26 AM > To: CF-Talk > Subject: OT: Multiple sites in IIS - Modifying DNS > > Hello, > > The bottom line is that he blames me, and I blame him, and we're about > to take it outsi

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Dave Watts
> I've created an additional site in IIS 6 on my development > server with a unique Host Header. So there are currently two > sites on that server. Now I've got my brilliant Network admin > trying to that second site to the DNS. Thus far, he has failed > miserably :-). He created a "new primary

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Ken Ketsdever
5, 2005 11:12 AM To: CF-Talk Subject: RE: Multiple sites in IIS Yes, use different host headers instead of ports. Use a subdomain off your primary domain for your dev server, Russ -Original Message- From: Peterson, Andrew S. [mailto:[EMAIL PROTECTED] Sent: 15 November 2005 15:29 To: CF-Tal

Re: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Matt Robertson
I'm doing a win2k3 server like this, with a dozen or so host-header'd domains, right now. In MS DNS at least, you set up the host entry and the * entry pointing to the shared IP. Then in IIS6 you set up the host headers with fully qualified domain, pointing to port 80. I like to use two host hea

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Mark A Kruger
any ideas on how to resolve this DNS issue. Thanks! Sincerely, Andrew -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 11:12 AM To: CF-Talk Subject: RE: Multiple sites in IIS Yes, use different host headers instead of ports. Use a subdomain

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Peterson, Andrew S.
DNS issue. Thanks! Sincerely, Andrew -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 11:12 AM To: CF-Talk Subject: RE: Multiple sites in IIS Yes, use different host headers instead of ports. Use a subdomain off your primary domain for your dev server

RE: Multiple sites in IIS

2005-11-15 Thread Snake
Yes, use different host headers instead of ports. Use a subdomain off your primary domain for your dev server, Russ -Original Message- From: Peterson, Andrew S. [mailto:[EMAIL PROTECTED] Sent: 15 November 2005 15:29 To: CF-Talk Subject: OT: Multiple sites in IIS Hi, We have one devel

RE: Multiple sites in IIS

2005-11-15 Thread Paul Vernon
> We have one development server, and multiple production > servers. For each separate server in production, I'm just > creating a New Site in IIS on the development server, each > using a different port. Is there a better way/best practices > approach to keeping these servers separate in the d

RE: Multiple sites in IIS

2005-11-15 Thread Kevin Penny
Host Headers setup through IIS So you could have beta.xyz.com, dev.xyz.com etc. ? -Original Message- From: Peterson, Andrew S. [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 9:29 AM To: CF-Talk Subject: OT: Multiple sites in IIS Hi, We have one development server, and mu

RE: Multiple sites in IIS

2005-11-15 Thread Jim Davis
> -Original Message- > From: Peterson, Andrew S. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 15, 2005 10:29 AM > To: CF-Talk > Subject: OT: Multiple sites in IIS > > Hi, > > We have one development server, and multiple production servers. For > each separate server in production,

RE: Multiple sites using one IP

2004-11-28 Thread Michael T. Tangorre
Check out "Host Headers" in IIS. Mike -Original Message- From: Paul Campano [mailto:[EMAIL PROTECTED] Right now I have a number of CF sites on my WIN2K box that's running CFMX. Each site currently has it's own IP. I've heard that some people configure their servers to use one IP for m

RE: Multiple Sites / 1 Hosting Account

2004-04-12 Thread Jim Davis
rks a treat. Jim Davis   _   From: nando [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 3:52 AM To: CF-Talk Subject: RE: Multiple Sites / 1 Hosting Account I've run across a good way to do this if you happen to be using fusebox (or similar that runs all requests through a s

RE: Multiple Sites / 1 Hosting Account

2004-04-12 Thread nando
s completely seemless to your users. Original Message: >From: "Jim Davis" <[EMAIL PROTECTED]> >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: Multiple Sites / 1 Hosting Account >Date: Sun, 11 Apr 2004 23:58:14 -0400 >Pretty much that's you're only o

RE: Multiple Sites / 1 Hosting Account

2004-04-11 Thread Michael T. Tangorre
> You probably don't need anything in the root application.cfm > - you can do > your redirect using nothing but the CGI variables.  The only (minor) > downside is that your URL's will be a little longer since > every link will > include the site/directory name. I'd need to hit one root level fil

RE: Multiple Sites / 1 Hosting Account

2004-04-11 Thread Jim Davis
Pretty much that's you're only option unless your host is willing to set up multiple virtual servers (most aren't). You probably don't need anything in the root application.cfm - you can do your redirect using nothing but the CGI variables.  The only (minor) downside is that your URL's will be a l

Re: Multiple Sites / 1 Hosting Account

2004-04-11 Thread Doug White
If your provider is willing, you can set the default page to be different for each domain. If not, then your default cfm page should read the http GET and route the request to the correct domain/page. == Stop spam on your domain, Anti-spam solutions http://www.

RE: Multiple sites on XP Pro workstation

2003-12-30 Thread Raymond Camden
Yea, sorry about that. I replied to you before catching up and seeing that 800 other people had said the same. ;) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Multiple sites on XP Pro workstation

2003-12-29 Thread Paul Kenney
There is an ISAPI filter that allows you to run multiple site sites in IIS on WinXP Pro.  I have used it and it is alright, but its behavior is not quite like that of IIS on Win2000 Server.  Any how, here is a link to the download site: http://www.hairy-spider.com/multisite.aspx Paul Kenney WebMas

Re: Multiple sites on XP Pro workstation

2003-12-28 Thread Bob Haroche
Doh, I meant to quote Dave's reply to my post, not my post itself. I'm off to get some coffee. - Regards, Bob Haroche O n P o i n t  S o l u t i o n s www.OnPointSolutions.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Multiple sites on XP Pro workstation

2003-12-28 Thread Bob Haroche
Dave Watts wrote: >> One bummer about DW MX I've found (unless I'm missing something) is >> that it still doesn't play well with virtual hosts -- it wants a >> testing server for a defined site to be defined as >> http://localhost/site1 as opposed to http://site1, notwithstanding >> that http://sit

RE: Multiple sites on XP Pro workstation

2003-12-28 Thread Dave Watts
> One bummer about DW MX I've found (unless I'm missing something) is > that it still doesn't play well with virtual hosts -- it wants a > testing server for a defined site to be defined as > http://localhost/site1 as opposed to http://site1, notwithstanding > that http://site1 works fine through m

RE: Multiple sites on XP Pro workstation

2003-12-28 Thread Tony Weeg
thats a what im plannin' captain :) tony tony weeg [EMAIL PROTECTED] www.revolutionwebdesign.com rEvOlUtIoN wEb DeSiGn 410.334.6331 -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Sunday, December 28, 2003 2:32 PM To: CF-Talk Subject: RE: Multiple sit

RE: Multiple sites on XP Pro workstation

2003-12-28 Thread Raymond Camden
I know this isn't a real answer, but you could just switch to Apache. Thats what I did on my XP Pro system so I could support N web sites. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Multiple sites on XP Pro workstation

2003-12-28 Thread Doug White
; <[EMAIL PROTECTED]> Sent: Sunday, December 28, 2003 10:34 AM Subject: RE: Multiple sites on XP Pro workstation | ok cool. | htanks | | now, nexty dummy question...HTF do you install this thing?  dont see | setup.exe anywwhere :) | | i know, im overlooking something, i looked in the readme

Re: Multiple sites on XP Pro workstation

2003-12-28 Thread Bob Haroche
> conf file...yeah, that would be cool. In additions to setting up virutal hosts, you'll want to enable apache to work with CF server, and to parse cgi and pl files correctly, etc. I can send the whole httpd.conf file offline if you like. For now, here's the snippets which let me have two local si

Re: Multiple sites on XP Pro workstation

2003-12-28 Thread Bob Haroche
Did you d/l the right file? -- there should be a win32 binary on apache.org, as well as the uncompiled versions. - Regards, Bob Haroche O n P o i n t  S o l u t i o n s www.OnPointSolutions.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Multiple sites on XP Pro workstation

2003-12-28 Thread Jochem van Dieten
Tony Weeg wrote: > > now, nexty dummy question...HTF do you install this thing?  dont see > setup.exe anywwhere :) Search for the .msi Jochem -- I don't get it immigrants don't work and steal our jobs  - Loesje [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [Use

RE: Multiple sites on XP Pro workstation

2003-12-28 Thread Tony Weeg
] www.revolutionwebdesign.com rEvOlUtIoN wEb DeSiGn 410.334.6331 -Original Message- From: Doug White [mailto:[EMAIL PROTECTED] Sent: Sunday, December 28, 2003 10:42 AM To: CF-Talk Subject: Re: Multiple sites on XP Pro workstation Disable "world Wide Publishing Service" before install

Re: Multiple sites on XP Pro workstation

2003-12-28 Thread Doug White
.1 and PHP == Aspire to Inspire before you Expire! - Original Message - From: "Tony Weeg" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, December 28, 2003 9:28 AM Subject: RE: Multiple sites on XP Pro w

RE: Multiple sites on XP Pro workstation

2003-12-28 Thread Tony Weeg
Haroche [mailto:[EMAIL PROTECTED] Sent: Sunday, December 28, 2003 10:29 AM To: CF-Talk Subject: Re: Multiple sites on XP Pro workstation Tony Weeg wrote: > can you run apache on a windows box? alongside everything else thats > pretty standard? Sure, except that you can't run both Apache

RE: Multiple sites on XP Pro workstation

2003-12-28 Thread Tony Weeg
4.6331 | | -Original Message- | From: Dave Watts [mailto:[EMAIL PROTECTED] | Sent: Sunday, December 28, 2003 1:00 AM | To: CF-Talk | Subject: RE: Multiple sites on XP Pro workstation | | | > Is there a way to hack IIS that ships with XP Pro to allow it | > to serve mutliple sites? Th

Re: Multiple sites on XP Pro workstation

2003-12-28 Thread Bob Haroche
Tony Weeg wrote: > can you run apache on a windows box? alongside everything else thats > pretty standard? Sure, except that you can't run both Apache and another web server on the same port 80. You can of course change one server to run on an alternative port. The nice thing about Apache is the

Re: Multiple sites on XP Pro workstation

2003-12-28 Thread Doug White
Win2003 Enterprise, RedHat Linux, CFMX 6.1 and PHP == Aspire to Inspire before you Expire! - Original Message - From: "Tony Weeg" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, December 28, 2003 9:04 AM S

RE: Multiple sites on XP Pro workstation

2003-12-28 Thread Tony Weeg
: Sunday, December 28, 2003 1:00 AM To: CF-Talk Subject: RE: Multiple sites on XP Pro workstation > Is there a way to hack IIS that ships with XP Pro to allow it > to serve mutliple sites? This is for development purposes. No, not to my knowledge. If there were, it would probably violate your so

RE: Multiple sites on XP Pro workstation

2003-12-27 Thread Dave Watts
> Is there a way to hack IIS that ships with XP Pro to allow it > to serve mutliple sites? This is for development purposes. No, not to my knowledge. If there were, it would probably violate your software license in any case. > Alternatively, is there a way to set up a local site to serve > dif

Re: Multiple sites...

2003-08-29 Thread info
the function for the bug fix. :) hth and thanks, Isaac -- Original Message -- From: Mauricio Giraldo <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Aug 29, 2003 02:38 PM Subject: Re: Multiple sites... >I don't seem to understand the getRelative UDF: > >

Re: Multiple sites...

2003-08-29 Thread info
y.to/ontap/docs/index.cfm?netaction=projects hth ike -- Original Message -- From: Mauricio Giraldo <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Aug 29, 2003 02:07 PM Subject: Re: Multiple sites... >>All you'd need to do is replace instances of templat

RE: Multiple sites...

2003-08-28 Thread Andre Turrettini
You can keep a cfroot variable similar to your docroot variable. It simply contains the path to your application from the / cf mapping. So, if your hosting provider had / mapped to c:/www but your site is c:/www/foldername/yoursite, you would keep request.cfmapping = "/foldername". Then you wo

re: Multiple sites...

2003-08-28 Thread info
F-Talk <[EMAIL PROTECTED]> Sent: Aug 28, 2003 07:52 AM Subject: re: Multiple sites... >> Date: Thu, 28 Aug 2003 10:33:20 -0400 >> From: Mauricio Giraldo <[EMAIL PROTECTED]> >> I was just googling around and found this post. I think I have a situation where >

RE: Multiple sites...

2003-08-28 Thread Dan Phillips \(CFXHosting.com\)
Plans/s_cfxadvancedVPS.cfm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 10:52 AM To: CF-Talk Subject: re: Multiple sites... > Date: Thu, 28 Aug 2003 10:33:20 -0400 > From: Mauricio Giraldo <[EMAIL PROTECTED]> > I was just googling a

re: Multiple sites...

2003-08-28 Thread cf_talk
> Date: Thu, 28 Aug 2003 10:33:20 -0400 > From: Mauricio Giraldo <[EMAIL PROTECTED]> > I was just googling around and found this post. I think I have a situation where > relative paths will not solve the problem. I have an app that cannot use relative > paths for cfincludes and cannot configure a

RE: Multiple Sites in IIS and CFMX probelm

2003-02-25 Thread Debbie Dickerson
rom: Ben Koshy [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 7:45 PM To: CF-Talk Subject: RE: Multiple Sites in IIS and CFMX probelm Not sure if Dave Watts beat me to this yet, but since he set me straight on this a few months back: http://www.macromedia.com/v1/Handlers/index.cfm?ID=23179&a

RE: Multiple Sites in IIS and CFMX probelm

2003-02-24 Thread Kazmierczak, Kevin
[EMAIL PROTECTED] Sent: Monday, February 24, 2003 7:45 PM To: CF-Talk Subject: RE: Multiple Sites in IIS and CFMX probelm Boy did I botch that. The file is 'jrun.xml', but Matthew provided even better instructions, so I'm just going to shut up. > -Original Message- > Fr

RE: Multiple Sites in IIS and CFMX probelm

2003-02-24 Thread Ben Koshy
Not sure if Dave Watts beat me to this yet, but since he set me straight on this a few months back: http://www.macromedia.com/v1/Handlers/index.cfm?ID=23179&Method=Full I'll return the favor. This has got to be the #1 asked question on this list. Macromedia should default the webserver for mult

RE: Multiple Sites in IIS and CFMX probelm

2003-02-24 Thread Barney Boisvert
Boy did I botch that. The file is 'jrun.xml', but Matthew provided even better instructions, so I'm just going to shut up. > -Original Message- > From: Barney Boisvert [mailto:[EMAIL PROTECTED] > Sent: Monday, February 24, 2003 4:40 PM > To: CF-Talk > Subj

RE: Multiple Sites in IIS and CFMX probelm

2003-02-24 Thread Barney Boisvert
You have to change a setting in one of the CFMX config files. The setting is 'cacheRealPath', and found in /opt/coldfusionmx/runtime/servers/default/SERVER-INF (about line 375) on Linux, the windows path should be easy to deduce from that. Set it to 'false' and your problems will go away. barney

RE: Multiple Sites in IIS and CFMX probelm

2003-02-24 Thread Matthew Walker
It sounds like maybe you're got trusted cache turned on. You need to manually turn this off if hosting multiple sites (multi-homed). Here's the info. There are a few other pitfalls re multi-homed servers, e.g. with flash remoting. When ColdFusion MX is installed on a multihomed server, edit the a

Re: Multiple Sites

2003-01-10 Thread Michael Dinowitz
Thread: http://www.houseoffusion.com/lists.cfm?link=m:4:15072:78115 KB article: http://www.macromedia.com/v1/Handlers/index.cfm?ID=23179&Method=Full > Ok, I know I asked this once (and fixed it once on one server) but now I > can't find it in the archives. What's the link to the MM KB about > con

Re: Multiple Sites in IIS

2002-09-25 Thread Sean Daniels
On Wednesday, September 25, 2002, at 03:14 PM, Shahzad.Butt wrote: > Does anyone has faced the problem of having multiple websites in IIS > (using CFMX). Whats happening with us is that Page is not being > refreshed neither is it looking for new files if we add new file in > website. > > Pls rep

RE: Multiple Sites in IIS

2002-09-25 Thread Turetsky, Seth
Not really sure what you mean? When you say a page is not being refreshed, do you mean it's caching it? -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 3:15 PM To: CF-Talk Subject: Multiple Sites in IIS Does anyone has faced the prob

RE: Multiple sites...

2002-01-16 Thread Les Buchanan
#x27;t have to remember includes on multiple files) - Original Message - From: "Les Buchanan" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 12:51 PM Subject: RE: Multiple sites... > Hmmm... Thanks for all the help everyo

Re: Multiple sites...

2002-01-16 Thread Deanna Schneider
Martin said: It's adequate, but it would it would be better if there could be multiple instances of the CF engine so, for instance, one application's badly-locked code didn't hurt another application Deanna says: Neo is supposed to have this capability, as was demonstrated at Dev Con. -d Deann

RE: Multiple sites...

2002-01-16 Thread Bud
On 1/16/02, Tyler M. Fitch penned: >I can say that CF does a great job of running multiple sites. The key, >that has already been mentioned is to use relative paths for your >CFINCLUDEs. We have a dozen IIS sites and essentially 50 others sites >in subdirectories under one of those and they all

Re: Multiple sites...

2002-01-16 Thread Billy Cravens
ple files) - Original Message - From: "Les Buchanan" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 12:51 PM Subject: RE: Multiple sites... > Hmmm... Thanks for all the help everyone... > > I guess I'

RE: Multiple sites...

2002-01-16 Thread Les Buchanan
Sweet... thanks for the info Mark! ---Les -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 2:29 PM To: CF-Talk Subject: RE: Multiple sites... Coming in neo -Original Message- From: Herbener, Martin - School

RE: Multiple sites...

2002-01-16 Thread Les Buchanan
ay, January 16, 2002 12:11 PM To: CF-Talk Subject: RE: Multiple sites... Les, I can say that CF does a great job of running multiple sites. The key, that has already been mentioned is to use relative paths for your CFINCLUDEs. We have a dozen IIS sites and essentially 50 others sites in subdire

Re: Multiple sites...

2002-01-16 Thread Bryan Stevenson
-- From: "Gyrus" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 10:21 AM Subject: Re: Multiple sites... > > When you're trying to cfinclude > > templates, it won't include from the proper directory, w

RE: Multiple sites...

2002-01-16 Thread Mark A. Kruger - CFG
Coming in neo -Original Message- From: Herbener, Martin - School Information Technology [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 11:24 AM To: CF-Talk Subject: RE: Multiple sites... I can't agree that it does a great job. It's adequate, but it would i

RE: Multiple sites...

2002-01-16 Thread Herbener, Martin - School Information Technology
11 PM > To: CF-Talk > Subject: RE: Multiple sites... > > > Les, > > I can say that CF does a great job of running multiple sites. > The key, > that has already been mentioned is to use relative paths for your > CFINCLUDEs. We have a dozen IIS sites and essentially

RE: Multiple sites...

2002-01-16 Thread Tyler M. Fitch
16, 2002 10:52 AM To: CF-Talk Subject: RE: Multiple sites... Hmmm... Thanks for all the help everyone... I guess I'll just have to decide the lesser of the two "evils". =) I'm surprised that ColdFusion server doesn't have a way to handle multiple sites. Does anyone

  1   2   >