Problems with Centos 6.2, apache and publish RT and PHPmyadmin sites with mod_fcgid

Hello.

First saludate to all, and sorry for my bad english.

I have one question.

I have two virtual host, one for RT and one for phpmyadmin.
I have a conf file for each in /etc/httpd/conf.d/ directory

phpmyadmin.conf

Web application to manage MySQL

<Directory “/usr/share/phpmyadmin”>

Order Deny,Allow

Deny from all

Allow from 127.0.0.1

Allow from All

Alias /phpmyadmin /usr/share/phpmyadmin
Alias /phpMyAdmin /usr/share/phpmyadmin
Alias /mysqladmin /usr/share/phpmyadmin

rt4.conf

### Optional apache logs for RT # Ensure that your log rotation scripts know about these files # ErrorLog /opt/rt4/var/log/apache2.error # TransferLog /opt/rt4/var/log/apache2.access # LogLevel debug AddDefaultCharset UTF-8 Alias /NoAuth/images/ /opt/rt4/share/html/NoAuth/images/ ScriptAlias / /opt/rt4/sbin/rt-server.fcgi/ DocumentRoot "/opt/rt4/share/html" Order allow,deny Allow from all Options +ExecCGI AddHandler fcgid-script fcgi

But when i try to access i get an empty page with “not found” message.
I see my /var/log/httpd/error_log file and i get this:

[Tue Mar 13 15:07:46 2012] [error] [client 182.186.5.39] File does not
exist: /opt/rt4/sbin/rt-server.fcgi/phpmyadmin/index.php
[Tue Mar 13 15:17:11 2012] [error] [client 182.186.5.39] File does not
exist: /opt/rt4/sbin/rt-server.fcgi/

Any help?
Kindest Regards.

Solved.

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 regardsEl 14 de marzo de 2012 09:55, Juanjo juanjillo@gmail.com escribió:

Hello.

First saludate to all, and sorry for my bad english.

I have one question.

I have two virtual host, one for RT and one for phpmyadmin.
I have a conf file for each in /etc/httpd/conf.d/ directory

phpmyadmin.conf

Web application to manage MySQL

<Directory “/usr/share/phpmyadmin”>

Order Deny,Allow

Deny from all

Allow from 127.0.0.1

Allow from All

Alias /phpmyadmin /usr/share/phpmyadmin
Alias /phpMyAdmin /usr/share/phpmyadmin
Alias /mysqladmin /usr/share/phpmyadmin

rt4.conf

### Optional apache logs for RT # Ensure that your log rotation scripts know about these files # ErrorLog /opt/rt4/var/log/apache2.error # TransferLog /opt/rt4/var/log/apache2.access # LogLevel debug AddDefaultCharset UTF-8 Alias /NoAuth/images/ /opt/rt4/share/html/NoAuth/images/ ScriptAlias / /opt/rt4/sbin/rt-server.fcgi/ DocumentRoot "/opt/rt4/share/html" Order allow,deny Allow from all Options +ExecCGI AddHandler fcgid-script fcgi

But when i try to access i get an empty page with “not found” message.
I see my /var/log/httpd/error_log file and i get this:

[Tue Mar 13 15:07:46 2012] [error] [client 182.186.5.39] File does not
exist: /opt/rt4/sbin/rt-server.fcgi/phpmyadmin/index.php
[Tue Mar 13 15:17:11 2012] [error] [client 182.186.5.39] File does not
exist: /opt/rt4/sbin/rt-server.fcgi/

Any help?
Kindest Regards.

Un saludo.
Juanjo Corral