Hello.<br><br>First saludate to all, and sorry for my bad english.<br><br>I have one question.<br><br><br>I have two virtual host, one for RT and one for phpmyadmin.<br>I have a conf file for each in /etc/httpd/conf.d/ directory<br>
<br><br><br># phpmyadmin.conf<br># Web application to manage MySQL<br>#<br> <br><Directory "/usr/share/phpmyadmin"><br># Order Deny,Allow<br># Deny from all<br># Allow from 127.0.0.1<br> Allow from All<br>
</Directory><br> <br>Alias /phpmyadmin /usr/share/phpmyadmin<br>Alias /phpMyAdmin /usr/share/phpmyadmin<br>Alias /mysqladmin /usr/share/phpmyadmin<br><br><br><br># rt4.conf<br><VirtualHost <a href="http://RT.MYSERVER.COM">RT.MYSERVER.COM</a>><br>
### Optional apache logs for RT<br> # Ensure that your log rotation scripts know about these files<br> # ErrorLog /opt/rt4/var/log/apache2.error<br> # TransferLog /opt/rt4/var/log/apache2.access<br>
# LogLevel debug<br> AddDefaultCharset UTF-8<br> Alias /NoAuth/images/ /opt/rt4/share/html/NoAuth/images/<br> ScriptAlias / /opt/rt4/sbin/rt-server.fcgi/<br> DocumentRoot "/opt/rt4/share/html"<br>
<Location /><br> Order allow,deny<br> Allow from all<br> Options +ExecCGI<br> AddHandler fcgid-script fcgi<br> </Location><br> </VirtualHost><br>
<br>But when i try to access i get an empty page with "not found" message.<br>I see my /var/log/httpd/error_log file and i get this:<br><br>[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<br>
[Tue Mar 13 15:17:11 2012] [error] [client 182.186.5.39] File does not exist: /opt/rt4/sbin/rt-server.fcgi/<br><br>Any help?<br>Kindest Regards.