Hello, Running Ubuntu 14.04 LTS on a Digital Ocean droplet. This machine is running Apache/2.4.10 The /etc/apache2/apache2.conf has never been modified and is hosting a number of sites. But there is one site that is does not load at all: $ telnet example.com 80 Trying 104.236.25.70... Connected to example.com. Escape character is '^]'. GET / HTTP/1.1 Host: www.example.com HTTP/1.1 301 Moved Permanently Date: Sat, 03 Jan 2015 00:45:03 GMT Server: Apache/2.4.10 (Ubuntu) X-Powered-By: PHP/5.5.12-2ubuntu4.1 X-Pingback: http://example.com/xmlrpc.php Location: http://example.com/ Content-Length: 0 Content-Type: text/html; charset=UTF-8 Connection closed by foreign host. What is quite perplexing, is that I go to sites-available and copy the example.org to example.com and modify the ServerName and DocumentRoot fields to the correct data. After enabling, reloading, I still get the same results. I should mention that example.org works perfectly fine. I verified that DocumentRoot belongs to www-data, recursively. So why? I've never had this happen before. In case you need it... Loaded Modules: core_module (static) so_module (static) watchdog_module (static) http_module (static) log_config_module (static) logio_module (static) version_module (static) unixd_module (static) access_compat_module (shared) alias_module (shared) auth_basic_module (shared) authn_core_module (shared) authn_file_module (shared) authz_core_module (shared) authz_host_module (shared) authz_user_module (shared) autoindex_module (shared) deflate_module (shared) dir_module (shared) env_module (shared) filter_module (shared) mime_module (shared) mpm_prefork_module (shared) negotiation_module (shared) php5_module (shared) rewrite_module (shared) setenvif_module (shared) status_module (shared) Thank you all very much. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx