[cfaussie] Re: Running CF on Apache and IIS

2006-07-06 Thread Carl Vanderpal
Jeremy, you can try vmware.com they have a virtual workstation for dev's, that can allow you to run any combo of things...just set it in it's own sandbox and you're away...eg. I read (can't remember where), but this guy set up many different combos on his server to replicate his clients machine..CFMX with Apache, LAMP, etc...
CarlOn 6/30/06, cfgroupie [EMAIL PROTECTED] wrote:
Hi Guys,I know that you can't run both Apache and IIS together at the sametime(unless different ports) but I'm running cf multi-server and I wantto have the ability to turn off IIS and turn on Apache and visa-versa
is there a way you can do this in CF? Have two servers configured butonly run one at a time?Or am I too pie in the sky.Jeremy-- Postal: Po Box 3462 Dural, NSW 2158Email: mailto:[EMAIL PROTECTED] Skype: skype:carlos-amigos?call

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups cfaussie group.  To post to this group, send email to cfaussie@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: Running CF on Apache and IIS

2006-07-06 Thread Lindsay Evans
On 6/30/06, cfgroupie [EMAIL PROTECTED] wrote:
Hi Guys,I know that you can't run both Apache and IIS together at the sametime(unless different ports) but I'm running cf multi-server and I wantto have the ability to turn off IIS and turn on Apache and visa-versa
is there a way you can do this in CF? Have two servers configured butonly run one at a time?Hi Jeremy, On your first point: you could have two different IP addresses then bind Apache to one and IIS to the other.
Otherwise, set both Apache  IIS to run on port 80, and write a couple of batch files to control them:
apache.bat:
net stop World Wide Web Publishing
net start Apache2
iis.bat:
net stop Apache2
net start World Wide Web Publishingand make sure you set one of the services to manual startup.This works fine on my WinXP machine, you may need to tweak it to match your service names
-- Lindsay Evanshttp://lindsayevans.com/

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups cfaussie group.  To post to this group, send email to cfaussie@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: Running CF on Apache and IIS

2006-07-06 Thread cfgroupie

Thanks guys,

I use VMWare occasionaly. So I know what you mean there.

I hadn't thought of different IP addresses but on an XP machine not
sure if thats the case. 

thanks will look into it.

Jeremy


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---