Wanabo
Verified User
Found this in my httpd error_log:
Example.com????? I don't have that as a domain!
Started investigating and found that ServerName www.example.com:xxxx is set wrongly in various .conf files.
Also ServerAdmin [email protected] is set wrongly.
I suppose the hostname must be set here.
Code:
www.example.com:8081:0 server certificate does NOT include an ID which matches the server name
Example.com????? I don't have that as a domain!
Started investigating and found that ServerName www.example.com:xxxx is set wrongly in various .conf files.
Also ServerAdmin [email protected] is set wrongly.
Code:
/etc/httpd/conf/extra/httpd-ssl.conf
/etc/httpd/conf/original/extra/httpd-ssl.conf
/usr/local/directadmin/custombuild/configure/ap2/conf/extra/httpd-ssl.conf
I suppose the hostname must be set here.