I'm trying to set up my new Redhat server and I have Apache config in my /etc/httpd/sites-enabled folder, but when I run /usr/sbin/httpd -S as root to check the syntax, it just returns:
[root@511863-web3 sites-enabled]# /usr/sbin/httpd -S
VirtualHost configuration:
Syntax OK
So it doesn't look like it's detecting it. Since it's a new server, am I missing some sort of configuration? I restarted httpd, but my site still doesn't work.