Chances are good that the user account your CF Server is running as doesn't have sufficient access to read the .CFM templates. Usually, CF and Apache are set to run as the same user (typically "nobody"), but if they're not running as the same user, it's possible for Apache to be able to serve files, but CF is unable to run it's templates, even though it's looking in the right place.
Take a look at your application.log in the CF Admin and if the errors are pointing at files that do in fact exist, I'd bet money that's your problem. Usually when Apache and CF are running as separate users, there is a group designated as the server group. So granting access to the files should be as simple as adding the user CF runs as to that group. cheers, barneyb On Thu, 25 Nov 2004 08:58:45 -0600, Drew Harris <[EMAIL PROTECTED]> wrote: > Greetings, > > I have just set up CFMX 6.1 on Linux Red Hat running Apache with mod > SSL (Well my system admin guy who is currently out of town without > internet access did). > > Anyhow, several of my domains are not finding the cfm files to process > them. > > I'm getting a "File not found: /filename.cfm" > > htm, html, txt, etc. files are coming across fine, but not cfm files. > > Each domain is set up like > "/home/drew/domains/domainname.com/public_html" > > Any thoughts, ideas, help on what I can do to remedy this issue? > > Thanks, > Drew Harris -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/blog/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185411 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

