www not working www not working

Topic: www not working

Post www not working
by morrow47 on lundi 21 avril 2025

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 apache2
It 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
mardi 22 avril 2025 06:28
Loading...