Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

apache wont access with ServerName

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
hedmo
Posts: 1
Joined: 2020-01-27 17:48

apache wont access with ServerName

#1 Post by hedmo »

Hi all

Last week i bought my self a NAS (qnap nas ts 209 pro 2) . I have installed debian on it and i have manage to get samba and stuff
working.The problem i have is with apache....I can not access the apache server via http://hedmoshome.com but http://192.168.1.89 works.
Here is my conf file :

Code: Select all

<VirtualHost *:80>
    ServerAdmin admin@hedmo.com
    ServerName hedmoshome.com
    ServerAlias www.hedmoshome.com
    DocumentRoot /var/www/hedmoshome.com
    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
And can not figure out how to fix it. My main distro is gentoo so this is a new land to work in :P

best regards hedmo

Post Reply