i have checked the folder
and also the vhost files
/etc/apache2/sites-available/cgundoffice.com.vhost
Code:
<VirtualHost 91.121.92.131:80>
DocumentRoot /var/www/cgundoffice.com/web
ServerName cgundoffice.com
ServerAlias www.cgundoffice.com
ServerAdmin webmaster@cgundoffice.com
ErrorLog /var/log/ispconfig/httpd/cgundoffice.com/error.log
/etc/apache2/sites-available/modulance.net.vhost
Code:
<VirtualHost 91.121.92.131:80>
DocumentRoot /var/www/modulance.net/web
ServerName modulance.net
ServerAlias www.modulance.net
ServerAdmin webmaster@modulance.net
ErrorLog /var/log/ispconfig/httpd/modulance.net/error.log
but what i see is that all the request to my server go to the same host
http://91.121.92.131 ... same host
i have reloaded Apache, restart the server ... not better