[Catalyst] Help! Need help deploying app to Apache

Peter Flanigan pjf at roxsoft.co.uk
Wed Sep 17 19:28:11 BST 2008


Bruno Antunes wrote:

> [error] Couldn't render template "file error - index.tt 
> <http://index.tt>: not found"

Type ps -ef | grep apache
Make a note of the user that apache is running as. Su to root. Su to the 
user that apache is running as. Cd into the directory that index.tt is 
in. Cat index.tt. Do not chmod everything 777. Directories should be 755 
and files 644 (mostly if your not too worried about tight permissions)

Also please post as text not HTML your above error is getting mangled

-- 

Regards



More information about the Catalyst mailing list