0

I am having some trouble updating an apache2 site to use a wildcard cert. It's for a Learning Management System called Moodle which uses PHP and mysql.

I started by changing the ssl.conf file to point to the new wild card certs

Apache2 won't start and I get error AH000558 apache2 could not reliably determine the server's FQDN

So I added "serverName myservername" to apache2.conf. I also tried using 127.0.0.1, 127.0.1.1, 'localhost' and 'myservername.domain.edu' for the serverName directive which made little difference.

And I am still getting error "The Alias directive in /etc/phpmyadmin/apache.conf at line 3 will probably never match because it overlaps an earlier Alias."

I tried to comment out the line in apache2.conf "Include /etc/phpmyadmin/apache.conf" but the server still won't start and I think it needs the additional config in this file.

I'm stuck and was hoping to get some help, I am pretty new to managing this web server.

I'm not sure if it's relevant but I think this server is using a virtual host, the /etc/hosts file has 2 lines "127.0.0.1 localhost" and line 2 is "127.0.1.1 serverName"

0 Answers0