[rt-users] Problems with Centos 6.2, apache and publish RT and PHPmyadmin sites with mod_fcgid

Juanjo juanjillo at gmail.com
Wed Mar 14 04:55:09 EDT 2012


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

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



# rt4.conf
<VirtualHost RT.MYSERVER.COM>
### 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"
<Location />
Order allow,deny
Allow from all
Options +ExecCGI
AddHandler fcgid-script fcgi
</Location>
</VirtualHost>

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20120314/b752d53d/attachment.htm>


More information about the rt-users mailing list