Re: SOT: Problems with CF9 Mac Install W/Mamp

2010-12-17 Thread Stefan Richter

FWIW I am running CF9 on OSX with MAMP so maybe my post will help:

http://www.flashcomguru.com/index.cfm/2009/11/2/cf9-mamp-snowleopard

Cheers 

Stefan





> 
> On Dec 16, 2010, at 9:15 PM, Gerald Guido  wrote:
> 
>> 
>> I have a nice shiny Mac Pro and CF9 and/or Apache is being difficult. The
>> web connector ran fine but I am DL'ing index.cfm as a file when I try to hit
>> http://localhost/cfide/administrator/index.cfm. I am also getting a 403
>> message when I hit the root with out specifying index.cfm if that is of any
>> matter. Everything else (php and html files) works fine. The apache error
>> log did to show anything.
>> 
>> On linux a reboot usually fixes the problem with DL'ing index.cfm but I have
>> tried restarting CF, Apache and rebooting to no avail. I Googled  it and
>> could not find anything that helped.
>> 
>> I am 2 days into being a Mac owner so I am a total noob. Though I do know my
>> way around Linux/LAMP if that helps any.
>> 
>> Fresh patched OSX 10.6 install
>> Mamp 1.9.4
>> 
>> Any suggestions would be greatly appreciated
>> 
>> Thanx
>> G!

~|
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:340102
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: Problems with CF9 Mac Install W/Mamp

2010-12-16 Thread Wil Genovese

Hmmm. I only answered part of your question.  The answer I gave should fix the 
403 issue.  

Are you sure cf is enabled?

Also I had issues with this also and blogged about it here. 
http://www.trunkful.com/index.cfm/2009/8/30/ColdFusion-8-Server-on-Snow-Leopard

I had linked to Geoff Bowers blog pig with very detailed instructions for 
getting coldfusion connected to apache on the Mac. However the link isn't 
working now.  I'm really wishing I had copied those down right about now. 

BUT it looks like Mark Drew posted the same information here. 
http://www.markdrew.co.uk/blog/post.cfm/running-coldfusion-8-on-leopard

Hope this helps

Wil Genovese

One man with courage makes a majority. - Andrew Jackson


On Dec 16, 2010, at 9:15 PM, Gerald Guido  wrote:

> 
> I have a nice shiny Mac Pro and CF9 and/or Apache is being difficult. The
> web connector ran fine but I am DL'ing index.cfm as a file when I try to hit
> http://localhost/cfide/administrator/index.cfm. I am also getting a 403
> message when I hit the root with out specifying index.cfm if that is of any
> matter. Everything else (php and html files) works fine. The apache error
> log did to show anything.
> 
> On linux a reboot usually fixes the problem with DL'ing index.cfm but I have
> tried restarting CF, Apache and rebooting to no avail. I Googled  it and
> could not find anything that helped.
> 
> I am 2 days into being a Mac owner so I am a total noob. Though I do know my
> way around Linux/LAMP if that helps any.
> 
> Fresh patched OSX 10.6 install
> Mamp 1.9.4
> 
> Any suggestions would be greatly appreciated
> 
> Thanx
> G!
> -- 
> Gerald Guido
> http://www.myinternetisbroken.com
> 
> "Wait. We can't stop here. This is bat country."
> -- HST
> 
> 
> 

~|
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:340101
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: Problems with CF9 Mac Install W/Mamp

2010-12-16 Thread Wil Genovese

There is a section in the apache config file that controls directory browsing 
for the web root usually '/' unless you specified a custom web root.  Be 
default this is usually set to DENY ALL. You can change this setting to Allow 
from all and it should give you directory browsing privilege.

  
Wil Genovese
Sr. Web Application Developer/
Systems Administrator
651-894-4238
wilg...@trunkful.com
www.trunkful.com

On Dec 16, 2010, at 9:15 PM, Gerald Guido wrote:

> 
> I have a nice shiny Mac Pro and CF9 and/or Apache is being difficult. The
> web connector ran fine but I am DL'ing index.cfm as a file when I try to hit
> http://localhost/cfide/administrator/index.cfm. I am also getting a 403
> message when I hit the root with out specifying index.cfm if that is of any
> matter. Everything else (php and html files) works fine. The apache error
> log did to show anything.
> 
> On linux a reboot usually fixes the problem with DL'ing index.cfm but I have
> tried restarting CF, Apache and rebooting to no avail. I Googled  it and
> could not find anything that helped.
> 
> I am 2 days into being a Mac owner so I am a total noob. Though I do know my
> way around Linux/LAMP if that helps any.
> 
> Fresh patched OSX 10.6 install
> Mamp 1.9.4
> 
> Any suggestions would be greatly appreciated
> 
> Thanx
> G!
> -- 
> Gerald Guido
> http://www.myinternetisbroken.com
> 
> "Wait. We can't stop here. This is bat country."
> -- HST
> 
> 
> 

~|
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:340099
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


SOT: Problems with CF9 Mac Install W/Mamp

2010-12-16 Thread Gerald Guido

I have a nice shiny Mac Pro and CF9 and/or Apache is being difficult. The
web connector ran fine but I am DL'ing index.cfm as a file when I try to hit
http://localhost/cfide/administrator/index.cfm. I am also getting a 403
message when I hit the root with out specifying index.cfm if that is of any
matter. Everything else (php and html files) works fine. The apache error
log did to show anything.

On linux a reboot usually fixes the problem with DL'ing index.cfm but I have
tried restarting CF, Apache and rebooting to no avail. I Googled  it and
could not find anything that helped.

I am 2 days into being a Mac owner so I am a total noob. Though I do know my
way around Linux/LAMP if that helps any.

Fresh patched OSX 10.6 install
Mamp 1.9.4

Any suggestions would be greatly appreciated

Thanx
G!
-- 
Gerald Guido
http://www.myinternetisbroken.com

"Wait. We can't stop here. This is bat country."
-- HST


~|
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:340098
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm