so I set up lot's of virtual domains in my career but I can't get macdougall.ninja to load for some reason. I'm stumped on. The webpage error says:
internal error - server connection terminated
Here is my Virtual Host file:
<VirtualHost *:80> ServerName macdougall.ninja ServerAlias ServerAdmin webmaster@localhost DocumentRoot /var/www/ ErrorLog /var/log/httpd/macdougall.ninja-error.log CustomLog /var/log/httpd/macdougall.ninja-access.log combined <Directory "/var/www/"> AllowOverride All </Directory>
RewriteEngine on
RewriteCond %{SERVER_NAME} = [OR]
RewriteCond %{SERVER_NAME} =macdougall.ninja
RewriteRule ^ `[END,NE,R=permanent]`
Here is my index.html
<!DOCTYPE html>
<html lang="en">
<head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes"> <title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>Apache status is active. I have other sites loading. I have restarted Apache
OS=Centos7
13 Reset to default