apache for both coldfusion and php at same time

2012-05-12 Thread fun and learning

Hi All,

On local development at home, I use coldfusion built in Jrun. I am trying to 
install farcry and learn on friendly urls, so thought it is good idea to 
install coldfusion with apache. I already using WAMP on local machine for 
learning wordpress. Is it possible to use apache simultaneously for coldfusion 
as well as php? Please advice 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351120
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: apache for both coldfusion and php at same time

2012-05-12 Thread J.J. Merrick

Yep, you just have to have the proper handlers in your HTTPD.CONF
file. it knows to send .php files to the mod_php handler and .cfm to
jRun. It works nicely.


-J.J.

On Sat, May 12, 2012 at 3:50 PM, fun and learning
funandlrnn...@gmail.com wrote:

 Hi All,

 On local development at home, I use coldfusion built in Jrun. I am trying to 
 install farcry and learn on friendly urls, so thought it is good idea to 
 install coldfusion with apache. I already using WAMP on local machine for 
 learning wordpress. Is it possible to use apache simultaneously for 
 coldfusion as well as php? Please advice

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351121
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm