Hi Yehuda; I know for sure it’s reading the non ssl configuration files, because all they do is forward to the SSL URL and that works and it’s reading the ssl.conf file that I just append the virtual host definition at the end of the file. I’m going to try your suggestions see what I get… thanks for the suggestions! Carlos From: Yehuda Katz [mailto:yehuda@xxxxxxxxxx] Are any errors shown in the httpd logs? Is httpd actually reading the files you create in the conf.d directory? I sometimes check that by putting gibberish in the config file and then running `httpd -t` to test the configuration. What is the actual Include directive in httpd.conf that includes the conf.d files? Does it require the filenames end with `.conf`? Does httpd have permission to read the new config files? Do you have selinux on and is it logging anything? You can always run `httpd -S` to see what virtual hosts httpd found and where they are in the config. - Y On Fri, Jun 9, 2017 at 2:30 PM, Carlos Cruz <carlos@xxxxxxxxxxxxxxxxx> wrote:
|