www not working
www not working
- Home
- Control Panel
- Community Forum
- Services
- Dynamic DNS Service
- www not working
- Community Forum
- www not working
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 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>
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
| Author | Topic: www not working |
|---|---|
|
morrow47 Joined: 2/25/2025 |
Monday, April 21, 2025 10:16 AM
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> |
Saturday, June 13, 2026 8:18 AM
