Im trying to install http://www.linuxquestions.org/questions/# a CentOS
6.2 machine with the Request Tracker Software (RT).
Its a web-perl app to manage support tickets.
I see that is recomended use mod_fcgid and install the server with centos
6.2, mysql http://www.linuxquestions.org/questions/#, apache and the
requeriments to run RT.
Install mod_fcgid.
tar -zxvf src/mod_fcgid-2.3.6.tar.gz
cd mod_fcgid-2.3.6
./configure.apxs
make
make install
Configure FCGID populating the conf file.
nano -w /etc/httpd/conf.d/php-fcgid.conf
[root@rt2 conf.d]# /etc/init.d/httpd restart
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 19 of /etc/httpd/conf.d/php-fcgid.conf:
Invalid command ‘IdleScanInterval’, perhaps misspelled or defined by a
module not included in the server
configurationhttp://www.linuxquestions.org/questions/#
[FAILED]
doesn´t accept any line under “” in the
/etc/httpd/conf.d/php-fcgid.conf file.
The error are mod_fcgid. I installed it manually but doesn´t works. Y use
the EPEL respository and install it with YUM. Now works, i have another
problems, but works.
Kindest regards.El 14 de marzo de 2012 09:56, Juanjo juanjillo@gmail.com escribió:
Hi to all.
Im trying to install http://www.linuxquestions.org/questions/# a CentOS
6.2 machine with the Request Tracker Software (RT).
Its a web-perl app to manage support tickets.
I see that is recomended use mod_fcgid and install the server with centos
6.2, mysql http://www.linuxquestions.org/questions/#, apache and the
requeriments to run RT.
Install mod_fcgid.
tar -zxvf src/mod_fcgid-2.3.6.tar.gz
cd mod_fcgid-2.3.6
./configure.apxs
make
make install
Configure FCGID populating the conf file.
nano -w /etc/httpd/conf.d/php-fcgid.conf
[root@rt2 conf.d]# /etc/init.d/httpd restart
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 19 of
/etc/httpd/conf.d/php-fcgid.conf:
Invalid command ‘IdleScanInterval’, perhaps misspelled or defined by a
module not included in the server configurationhttp://www.linuxquestions.org/questions/#
[FAILED]
doesn´t accept any line under “” in the
/etc/httpd/conf.d/php-fcgid.conf file.