setting index.cfm in apache on loepard

View: New views
5 Messages — Rating Filter:   Alert me  

setting index.cfm in apache on loepard

by John Barrett :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Can somebody remind me where in apache2 I change the settings to allow index.cfm to be severed as default index pages. That is if I go to localhost/John and in thi folder there is a index.cfm I would like to have it use this as the default and not have to go to http://localhost/John/index.cfm

Seems like they changed apache from 1.3 a lot. I remember this in the httpd.conf file.
Thanks,
John

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-mac/message.cfm/messageid:6032
Subscription: http://www.houseoffusion.com/groups/cf-mac/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48

Re: setting index.cfm in apache on loepard

by Lola J. Lee Beno :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


John Barrett wrote:
> Can somebody remind me where in apache2 I change the settings to allow index.cfm to be severed as default index pages. That is if I go to localhost/John and in thi folder there is a index.cfm I would like to have it use this as the default and not have to go to http://localhost/John/index.cfm
>
>  
/private/etc/apache2/httpd.conf

> Seems like they changed apache from 1.3 a lot. I remember this in the httpd.conf file.
> Thanks,
> John
>  

Yes, from Leopard upwards Apache 2 is used.


--
Lola J. Lee Beno
LinkedIn: http://www.linkedin.com/in/lolajleebeno
Facebook: http://www.facebook.com/profile.php?id=714355583
Blog: http://www.lolajl.net/blog/


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-mac/message.cfm/messageid:6033
Subscription: http://www.houseoffusion.com/groups/cf-mac/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48

Re: setting index.cfm in apache on loepard

by John Barrett-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi Lola J. Lee Beno,
Thanks so much`-`

I could not find this before, I added index.cfm to the IfModule  
dir_module to read:
<IfModule dir_module>
     DirectoryIndex index.html index.cfm
</IfModule>

And all is working perfect!
Thanks so much,
Johnny


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-mac/message.cfm/messageid:6034
Subscription: http://www.houseoffusion.com/groups/cf-mac/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48

plist parser in ColdFusion?

by Nathan Dintenfass :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hey folks -- figured since this is a Mac specific list I might find
someone who has a plist parser in CF - would be "easy" to write my own
but time-consuming.

Anyone?  Bueller?

  - Nathan






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-mac/message.cfm/messageid:6043
Subscription: http://www.houseoffusion.com/groups/cf-mac/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48

Parent Message unknown RE: plist parser in ColdFusion?

by Matt Barfoot :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Looks like this is java based one.

http://sourceforge.net/projects/javaplistreader/

A half way house, but should be easy enough to wrap a cfc round it.
Matt


cf-mac wrote:
> ColdFusion Mac (CF-Mac)          25-Aug-09             Issue:100
> In this issue:
>      plist parser in ColdFusion?
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-mac/message.cfm/messageid:6044
Subscription: http://www.houseoffusion.com/groups/cf-mac/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48