I've just uploaded my php application. It works nice, but when i want to add Apache Authentication, it asks me for my name and password, but hangs with:
"Application error - Rails application failed to start properly".
My .htaccess look:
AuthUserFile /home/***/rails/.htpasswd
AuthGroupFile /dev/null
AuthType Basic
require valid-user
Anobody seen this before ?
Thanks a lot.
BTW: There are no messages in any of my RoR application's log files