Re: [Catalyst] Help! Need help deploying app to Apache

2008-09-18 Thread Bruno Antunes
Tomas, you have made me see the light! I moved the DocumentRoot to /LookingGlass and chowned it to apache.apache and everything works, now! Here is my command line (Fedora 9): sudo strace -f /usr/sbin/httpd -f /tmp/httpd.conf -X And here is the .conf I used:

Re: [Catalyst] Help! Need help deploying app to Apache

2008-09-17 Thread Bruno Antunes
I sent an example of the errors in Apache's error_log, it was like this: [Wed Sep 17 18:30:18 2008] [notice] Apache/2.2.3 (CentOS) configured -- resuming normal operations [info] *** Request 1 (0.143/s) [30709] [Wed Sep 17 18:30:24 2008] *** [debug] GET request for / from 10.137.9.24 [debug]

Re: [Catalyst] Help! Need help deploying app to Apache

2008-09-17 Thread Bruno Antunes
Wow. Thanks for the info, I'll try this tomorrow! On Wed, Sep 17, 2008 at 21:54, Tomas Doran [EMAIL PROTECTED] wrote: Is there a way to know what path Catalyst is looking for the file? What was the precise error? Whatever info more you need, I am able to provide. Please help me... Thanks