Wiki Forum Sign up! Explore Home

Not signed in (Sign In)

LiveSearch

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorpeteh
    • CommentTimeNov 20th 2008
     permalink
    I see these errors reported by Phusion Passenger when trying to go to the login page:

    Error message:
    Permission denied - /home/cit/cit/log/production.log
    Exception class:
    Errno::EACCES
    Application root:
    /home/cit/cit

    Where shall I look? How do I restart Phusion Passenger?
    • CommentAuthormark
    • CommentTimeNov 20th 2008
     permalink
    Try
    chown -R cit:apache /home/cit/cit
    then
    chown -R g+w /home/cit/cit

    To restart apache you should be able to do something like:
    /etc/init.d/apache restart

    Or the just the application itself
    touch /home/cit/cit/tmp/restart.txt

    Although this is all very distribution dependent.