There’s a VirtualHost or directory entry in one of your https includes that has 
that path, then, if Apache’s not starting.  That’s not the path listed in your 
mod_jk.conf file.  My paths are different, but your mod_jk file should have an 
entry like the following:

Alias /CFIDE "/Applications/ColdFusion10/cfusion/wwwroot/CFIDE”

<Directory "/Applications/ColdFusion10/cfusion/wwwroot/CFIDE">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>

His there a rogue *.conf in another directory that might be overriding the 
first path specified?
Jon

On Oct 28, 2013, at 3:01 PM, Scott Brady <[email protected]> wrote:

> 
> Well, I have it it's not commenting it out.  But now Apache won't start
> because it's saying "/Applications/MAMP/htdocs/CFIDE" doesn't exist.  But I
> don't see anything that is pointing to that location (the mod_jk.conf is
> pointing to the CFIDE  in the CF10 wwwroot folder.
> 
> I'll keep banging my head against the wall.
> 
> I'll see if I can do what I need to do with the non-Pro version, but I
> didn't think I can use different server names (I need to use specific
> domains on my local environment).
> 
> Thanks,
> Scott
> 
> 
> On Mon, Oct 28, 2013 at 1:43 PM, Raymond Camden 
> <[email protected]>wrote:
> 
>> 
>> Ah - MAMP Pro. I'm using MAMP, not the Pro one. But see if my other email
>> helps - there may be a section it leaves alone.
>> 
>> 
>> On Mon, Oct 28, 2013 at 1:41 PM, Scott Brady <[email protected]> wrote:
>> 
>>> 
>>> I mentioned this in my latest reply/rant about Mavricks, but thought it
>>> should be its own thread.
>>> 
>>> I'm trying to take Ray's advice and use MAMP to run CF on Mavericks, but
>> I
>>> can't get it to process CF files.
>>> 
>>> Every time I start up the server in MAMP Pro, it comments out:
>>> Include "/Users/<username>/Library/Application Support/appsolute/MAMP
>>> PRO/mod_jk.conf"
>>> in the httpd.conf file
>>> 
>>> which I believe is what tells it how to process CF files.
>>> 
>>> Any suggestions?
>>> 
>>> Scott
>>> 
>>> --
>>> -----------------------------------------
>>> Scott Brady
>>> http://www.scottbrady.net/
>>> 
>>> 
>>> 
>> 
>> 
> 
> 

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

Reply via email to