www not working
www not working
- 主页
- 后台控制中心
- 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: 2025/2/25 |
2025年4月21日星期一 上午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 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> |
2026年6月13日星期六 上午7:12
