Quote:
This is getting really ugly but its probably better to concentrate on one problem at a time.
|
So from httpd -S output looks like the http vhosts are OK. Can you access them? If you fixed the logs location check is there is something written on them.
Regarding ssl, I've only found a page in brazilian (translation
here)
It looks like you need to include the file /etc/httpd/modules.d/40_mod_ssl.conf. that adds the ssl module and a default ssl vhost configuration (file /etc/httpd/conf/vhosts.d/01_default_ssl_vhost.conf)
So try these and see how it goes