Re: [rt-users] Using fastCGI or not??

2013-07-05 Thread Alex Decalli
Apparently it is using mod_perl (I read it is either fast CGI or mod_perl, so this should be mod_perl). And about proxy, honestly, I don't know. I have been working on this server for like 4 days, years ago, someone else had run it and he has left so we have no info. Does it cause problem? How can

Re: [rt-users] Using fastCGI or not??

2013-07-05 Thread Alex Decalli
Oh my God, I think it doesn't use mod_perl either! Is it possible to work without them? I am doing this: dpkg -l | grep mod_perl And I have nothing! Is it the way I should check? On Fri, Jul 5, 2013 at 8:25 AM, Alex Decalli alexdecall...@gmail.comwrote: Apparently it is using mod_perl (I

Re: [rt-users] Using fastCGI or not??

2013-07-05 Thread Dominic Hargreaves
The package you're looking for is libapache2-mod-perl2. Cheers, Dominic. On Fri, Jul 05, 2013 at 08:44:28AM +0200, Alex Decalli wrote: Oh my God, I think it doesn't use mod_perl either! Is it possible to work without them? I am doing this: dpkg -l | grep mod_perl And I have nothing! Is

Re: [rt-users] Using fastCGI or not??

2013-07-05 Thread Alex Decalli
Thanks, apparently I got it: dpkg -l | grep libapache2-mod-perl2 ii libapache2-mod-perl2 2.0.4-7ubuntu1 Integration of perl with the Apache2 web server I don't know if I should ask this in another message or it is OK to ask here, but there is *NOTHING* in httpd conf file on this

Re: [rt-users] Using fastCGI or not??

2013-07-05 Thread Dominic Hargreaves
In Debian systems the main configuration file is /etc/apache2/apache2.conf. (/etc/apache2/httpd.conf is mostly deprecated and has been removed completely in Debian 7 (wheezy)). Typically mod_perl will be enabled via symlinks in /etc/apache2/mods-enabled but you should ready apache2.conf and look

Re: [rt-users] Using fastCGI or not??

2013-07-05 Thread Alex Decalli
Thanks. In sites-available/default file, I see almost everything is the default and untouched. It is included in apache.conf, BUT the following line which seems to make apache to use mod_perl is commented: #Include /etc/request-tracker3.8/apache2-modperl2.conf How can I make sure that apache is

Re: [rt-users] Using fastCGI or not??

2013-07-05 Thread Asif Iqbal
On Fri, Jul 5, 2013 at 5:08 AM, Alex Decalli alexdecall...@gmail.comwrote: Thanks. In sites-available/default file, I see almost everything is the default and untouched. It is included in apache.conf, BUT the following line which seems to make apache to use mod_perl is commented: #Include

[rt-users] Using fastCGI or not??

2013-07-04 Thread Alex Decalli
Hi. We already don't use fastCGI, I want to know will the response time of RT through web increases if we use it? I'd appreciate if you can send me a document that can explain about it, I have been looking for it, and I don't find any answer :) Regards