[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
Did you try also looking at the apache error log? Might have useful information in there about file paths or permissions Thanks, -- Ali Mesdaq (CISSP, GIAC-GREM) Sr. Security Researcher Websense Security Labs http://www.WebsenseSecurityLabs.com

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]

[Catalyst] Re: Race condition in Catalyst::Plugin::Session and Catalyst::Engine::Apache (possibly other engines too)

2008-09-17 Thread Sergio Salvi
On Wed, Sep 10, 2008 at 6:59 PM, Sergio Salvi [EMAIL PROTECTED] wrote: There is a race condition in C::P::Session when using C::Engine::Apache (and probably other engines too): I have a simple controller action (let's call it /save) that gets data submitted from an HTML form via POST, process

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