Topic: www not working
when I access clanmorrow the connection works. When I try www.clanmorrow.com I get connection refused. I enabled this file with "sudo a2ensite clanmorrow". also restarted apache2It seams the dynamic DNS is not working. I need to get this working to move to SSL. Below is my virtual host file.<VirtualHost *:80> ServerName clanmorrow.com ServerAlias clanmorrow.com ServerAdmin webmaster@localhost DocumentRoot /var/www/clanmorrow ErrorLog ${APACHE_LOG_DIR}/clanmorrow-error.log CustomLog ${APACHE_LOG_DIR}/clanmorrow-access.log combined</VirtualHost><VirtualHost *:80> ServerName www.clanmorrow.com ServerAlias www.clanmorrow.com ServerAdmin webmaster@localhost DocumentRoot /var/www/clanmorrow ErrorLog ${APACHE_LOG_DIR}/www-clanmorrow-error.log CustomLog ${APACHE_LOG_DIR}/www-clanmorrow-access.log combined</VirtualHost>
Reply with quote | Report
Author | Topic: www not working |
---|---|
morrow47 Joined: 25/02/2025 |
![]() lundi 21 avril 2025 10:16
when I access clanmorrow the connection works. When I try www.clanmorrow.com I get connection refused. I enabled this file with "sudo a2ensite clanmorrow". also restarted apache2It seams the dynamic DNS is not working. I need to get this working to move to SSL. Below is my virtual host file.<VirtualHost *:80> ServerName clanmorrow.com ServerAlias clanmorrow.com ServerAdmin webmaster@localhost DocumentRoot /var/www/clanmorrow ErrorLog ${APACHE_LOG_DIR}/clanmorrow-error.log CustomLog ${APACHE_LOG_DIR}/clanmorrow-access.log combined</VirtualHost><VirtualHost *:80> ServerName www.clanmorrow.com ServerAlias www.clanmorrow.com ServerAdmin webmaster@localhost DocumentRoot /var/www/clanmorrow ErrorLog ${APACHE_LOG_DIR}/www-clanmorrow-error.log CustomLog ${APACHE_LOG_DIR}/www-clanmorrow-access.log combined</VirtualHost>
|

mardi 22 avril 2025 06:28