Re: apache and muliple CF instances

2004-11-17 Thread Mark Drew
Paella only on sundays.. at 2pm.. precicely! I missed the virutal host/ virtual directory bit I shall post more stuff as I come across it.. the other trick that I implemented was to run a separate instance of Apache.. (on windows) I shall blog that at some point! Regards Mark Drew On Wed,

RE: apache and muliple CF instances

2004-11-17 Thread Dave Watts
I did find that I could setup virtual hosts on the same domain under different ports and 'map' seperate CF instances to them. Then mod_rewrite can be employed to move requests from foo.com/home to foo.com and foo.com/yourhome to foo.com:88. Out of curiosity, why do you want separate

Re: apache and muliple CF instances

2004-11-17 Thread Douglas Knudsen
We have a server on our intranet hosting several CF apps all under one CFMX instance. A couple of these apps have grown in popularity and I'd like to run thme under a seperate CFMX instance BUT retain the URL path. Running https too, so IIRC, can't use host headers. We are using IIS now, can

RE: apache and muliple CF instances

2004-11-17 Thread Dave Watts
We have a server on our intranet hosting several CF apps all under one CFMX instance. A couple of these apps have grown in popularity and I'd like to run thme under a seperate CFMX instance BUT retain the URL path. Running https too, so IIRC, can't use host headers. We are using IIS

Re: apache and muliple CF instances

2004-11-17 Thread Douglas Knudsen
because I'm not at all familiar with what you are saying. I setup two CFMX instances, cfone and cftwo with context paths /one and /two set respectfully. (what to set the doc roots to?) Now, how to setup IIS? I have the main site on port 80 hooked up to instance cfone. How to get a cirtual

Re: apache and muliple CF instances

2004-11-17 Thread Douglas Knudsen
ah, ic, just played with this some more. I setup a virtual directory in IIS say TWO/, modify the extension mappings to use the proper wsconfig dir for cftwo instance. I can see http://domain/TWO using the cftwo instance. Might have some mapping/cust tag path issues to setup, but looks like it

apache and muliple CF instances

2004-11-16 Thread Douglas Knudsen
Ok, I got a box with CFMX installed on JRun, actually have 2 instances installed, say one is cfusionone and cfusiontwo. In IIS I know I can add a new site, via different port or host-headers, so that http://domain:80/ uses cfusionone and http://domain:88/ uses cfusiontwo. How to do this in

RE: apache and muliple CF instances

2004-11-16 Thread Dave Watts
Ok, I got a box with CFMX installed on JRun, actually have 2 instances installed, say one is cfusionone and cfusiontwo. In IIS I know I can add a new site, via different port or host-headers, so that http://domain:80/ uses cfusionone and http://domain:88/ uses cfusiontwo. How to do this

Re: apache and muliple CF instances

2004-11-16 Thread Douglas Knudsen
ah, the one place I failed to lookup. danke sir. Now, I see how to do this using virtual hosts in Apache, which appears to be analogous to a site in IIS. Now, what I want to do is create two virtualhosts based on the dir. domain/foo and domain/goo where the domain is the same. Is that

Re: apache and muliple CF instances

2004-11-16 Thread Mark Drew
I blogged on this you might find it helpful http://cybersonic.blogspot.com/2004/09/apache-virtual-hosts-php-cf5-and-cfmx.html Regards Mark Drew On Tue, 16 Nov 2004 17:36:10 -0500, Douglas Knudsen [EMAIL PROTECTED] wrote: ah, the one place I failed to lookup. danke sir. Now, I see how to

RE: apache and muliple CF instances

2004-11-16 Thread Dave Watts
ah, the one place I failed to lookup. danke sir. Now, I see how to do this using virtual hosts in Apache, which appears to be analogous to a site in IIS. Now, what I want to do is create two virtualhosts based on the dir. domain/foo and domain/goo where the domain is the same. Is

Re: apache and muliple CF instances

2004-11-16 Thread Douglas Knudsen
Mark, kewl, helpful, but not for what I was wanting to do. Wow, Valencia, eh? Sweet place, can we say paella? I did find that I could setup virtual hosts on the same domain under different ports and 'map' seperate CF instances to them. Then mod_rewrite can be employed to move requests from