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:

[Catalyst] Help! Need help deploying app to Apache

2008-09-17 Thread sardaukar_siet
Hello all. I have a Catalyst app running fine with the _server.pl script, but trying to deploy it with mod_perl for Apache 2 has proven itself impossible... %-| Here is the file I include at the end of my httpd.conf: - PerlOptions

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

2008-09-17 Thread Mesdaq, Ali
-- -Original Message- From: sardaukar_siet [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 9:47 AM To: catalyst@lists.scsys.co.uk Subject: [Catalyst] Help! Need help deploying app to Apache Hello all. I have a Catalyst app running fine

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

2008-09-17 Thread Bruno Antunes
-- -Original Message- From: sardaukar_siet [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 9:47 AM To: catalyst@lists.scsys.co.uk Subject: [Catalyst] Help! Need help deploying app to Apache Hello all. I have a Catalyst app running fine with the _server.pl

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

2008-09-17 Thread Ashley
On Sep 17, 2008, at 10:33 AM, Bruno Antunes wrote: 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]

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

2008-09-17 Thread Peter Flanigan
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.

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

2008-09-17 Thread Tomas Doran
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 for your time reading this, strace is your friend. Copy your apache config to /tmp, reset it to a high port for

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