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... >>

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 testing

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

2008-09-17 Thread Ashley
On Sep 17, 2008, at 12:35 PM, Bruno Antunes wrote: I was not hoping for the situation to resolve itself - frankly, there shouldn't be one since it runs in the test server perfectly. And obviously, the index.tt file is were it is supposed to be as far as making it work with the test server.

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

2008-09-17 Thread Bruno Antunes
I was not hoping for the situation to resolve itself - frankly, there shouldn't be one since it runs in the test server perfectly. And obviously, the index.tt file is were it is supposed to be as far as making it work with the test server. I was wishing for more verbosity in saying where it is loo

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 : 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.t

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] **

[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, p

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 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

[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