Project

General

Profile

Entering IP address doesn't go to index.html but to an installed package - redmine in this case

Added by Vishal Mehta over 11 years ago

I am using CentOS 6.2 on a cloud server hosted on rackspace.com

I need Redmine, SVN, phpmyadmin for my project primarily

I followed step by step the process in http://mrtn.me/blog/2012/07/06/installing-redmine-on-centos-6-dot-2-wiht-mysql-and-apache/
As per this, in /etc/httpd, I changed the contents of conf.d folder and created redmine.conf and svn.conf files. To also, in /etc/httpd/conf folder, edited the httpd.conf file to unhash VirtualHost *.80 line so that VirtualHost can be used

Thereafter, in my registered domainname, I created A records for redmine.domainname.com and svn.domainname.com, each pointing to the IP address of server on which these packages are installed.

However, redmine.domainname.com does go to Redmine homepage, but svn.domainname.com goes to the SVN directory in /var/www/html/svn and shows up the repository as a directory. on going to /var/www/html/svn/repos, shows the contents of that repository in the browser

The best part, I now installed phpmyadmin but I cannot reach phpmyadmin by typing IPAddress/phpmyadmin because, just IPAddress actually goes to the Redmine homepage. I do not want to create another subdomain phpmyadmin.domainname.com

Any suggestions on how I can fix this?
Redmine path: /var/www/html/redmine (v 1.4.4)
subversion path: /var/www/html/svn
phpmyadmin path: /var/www/html/phpmyadmin (v 1.3.5)