Re: [rt-users] Trouble/Error with Web deployment httpd/apache/mod_fcgid

2015-11-30 Thread Gerald Jimenez
Thaks a lot Bill, This answer helped me to install rt 4.2.12 on Centos 7 solving my perl modules problems because they were installed on /root/perl5/ Regards, On Mon, Nov 23, 2015 at 4:06 PM, Bill Cole < rtusers-20090...@billmail.scconsult.com> wrote: > On 23 Nov 2015, at 11:02, dwdixon wrote:

Re: [rt-users] Trouble/Error with Web deployment httpd/apache/mod_fcgid

2015-11-24 Thread Gerald Jimenez
In the folder of the installer of rt execute: make fixperms On Nov 24, 2015 6:13 PM, "dwdixon" wrote: > So basically I restarted my installation of RT from scratch on CentOS > 6.7things have gone pretty smooth so farnow I'm back to where I > started in setting up httpd/Apache to serve up

Re: [rt-users] Trouble/Error with Web deployment httpd/apache/mod_fcgid

2015-11-23 Thread Gerald Jimenez
I have the exact same problem with centos 7 On Mon, Nov 23, 2015 at 11:02 AM, dwdixon wrote: > I've installed RT/RT-IR and been using it to test by executing rt-server in > stand alone "mode", however I need to get RT/RT-IR working with > httpd/apache > and after looking through all the docume

Re: [rt-users] Fwd: Request tracker

2015-11-19 Thread Gerald Jimenez
the UUID example script works for you, right? > > > > #!/usr/bin/perl > > use strict; > > use warnings; > > require Data::UUID; > > my $ug = Data::UUID->new; > > print $ug->create_from_name_str('NameSpace_URL', "www.mycompany.com"

Re: [rt-users] Fwd: Request tracker

2015-11-19 Thread Gerald Jimenez
> debug level? > Are there other error lines nearby in the log(s) that might have more > details? > > - Brent > > > -Original Message- > From: rt-users [mailto:rt-users-boun...@lists.bestpractical.com] On > Behalf Of Matt Zagrabelny > Sent: Monday, November 16, 201

Re: [rt-users] Fwd: Request tracker

2015-11-19 Thread Gerald Jimenez
Hi, Did you check my apache configuration? Regards, On Tue, Nov 17, 2015 at 3:59 PM, Gerald Jimenez wrote: > This is my apache config for rt: > > # > AddDefaultCharset UTF-8 > > ScriptAlias /rt /opt/rt4/sbin/rt-server.fcgi/ > > DocumentR

Re: [rt-users] Fwd: Request tracker

2015-11-17 Thread Gerald Jimenez
Handler fcgid-script fcgi Order allow,deny Allow from all Options +ExecCGI AddHandler fcgid-script fcgi # On Tue, Nov 17, 2015 at 3:52 PM, Matt Zagrabelny wrote: > On Tue, Nov 17, 2015 at

Re: [rt-users] Fwd: Request tracker

2015-11-17 Thread Gerald Jimenez
I am using fastcgi Regards, On Tue, Nov 17, 2015 at 2:43 PM, Matt Zagrabelny wrote: > On Tue, Nov 17, 2015 at 12:00 PM, Gerald Jimenez > wrote: > > Hi, please help me with the Data::UUID error. > > What method are you using for serving RT from your webserver? > (modperl

Re: [rt-users] Fwd: Request tracker

2015-11-17 Thread Gerald Jimenez
Hi, please help me with the Data::UUID error. On Nov 16, 2015 11:59 AM, "Gerald Jimenez" wrote: > Yes, first I installed it with yum install perl-data-uuid, cpan installer > and download it and installed form source. > All method installed the uuid package but I sitll got the

Re: [rt-users] Fwd: Request tracker

2015-11-16 Thread Gerald Jimenez
Yes, first I installed it with yum install perl-data-uuid, cpan installer and download it and installed form source. All method installed the uuid package but I sitll got the error. Regards, On Mon, Nov 16, 2015 at 11:38 AM, Matt Zagrabelny wrote: > On Mon, Nov 16, 2015 at 10:36 AM, Ger

[rt-users] Fwd: Request tracker

2015-11-16 Thread Gerald Jimenez
Hi, I have request tracker installed on a centos 6 server but now I need to update my server to centos 7. I have tried to install request tracker 4.2 to my centos 7 server but after sucessfully finished the installation the web page of rt doesnt load and I got this error "Can't locate loadable obj