configuration - Apache web-server config, what is redirecting me and how can I change it -


Background: I inherited a web server that files / var / www / html Servers are used to serve files to the server from the following locations:

  /var/www/html/alpha/index.php/var/www/html/bravo /index.php / var / www /html/charlie/index.php  

You can use these sites from the web:

  http: //apples.mysite.edu/ Alpha http://apples.mysite.edu/bravo http://apples.mysite.edu/charlie http://apples.mysite.edu/drupal & lt; - It was later added by someone  

Problem: Someone has moved to a Dopl Site Directory and now all other sites are inaccessible (404 I did not get it when I'm using HTTPFox) and being redirected to Drupal site means that my alpha, Bravo, Charlie website is not yet accessible.

Question: How many different ways can this conflicts with server configurations due to this result? I need to check all the different ways so that I can fix it 1) and find out what to look for someone to try again.

If we are talking about a standard apache2 installation, then you / etc / Apache2 / sites-enabled , where you can define all the sites that are going to provide your Apache service. Actually you want all the available sites in the / etc / apache2 / sites-available and link to them, which are enabled in the previous folder, but what is the person to be able to consider on the site.

I believe that whatever server has messed up with config, has removed the previous configuration files and the overriding of the druper is one, you just have to dump file for all the other sites You can duplicate and you should be right.

To avoid such problems in the future, just keep your root password with those people who you really trust :)


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -