i am following this steps to install mod_cloudflare:
and after running the last command i get this:
In another post here i found i could find the entries the last command created with this commands:
but besides finding that out i really do not know why the volumedrive.com entries are being created, they are my VPS providers and i do not host that site, also, what would be a safe way to remove the entries created?
thanks.
Code:
cd /usr/local/src
wget --no-check-certificate http://github.com/cloudflare/CloudFlare-Tools/raw/master/mod_cloudflare.c
apxs -a -i -c mod_cloudflare.c
service httpd restart
/usr/local/cpanel/bin/apache_conf_distiller --update
Code:
[/usr/local/src]# /usr/local/cpanel/bin/apache_conf_distiller --update
warn [apache_conf_distiller] Unable to determine domain V-4334.volumedrive.com ownership. Attempting lookup on domain volumedrive.com (manually added domain).
warn [apache_conf_distiller] Unable to determine domain V-4334.volumedrive.com ownership. Setting to user to 'nobody'.
warn [apache_conf_distiller] Unable to determine domain V-4334.volumedrive.com ownership. Attempting lookup on domain volumedrive.com (manually added domain).
warn [apache_conf_distiller] Unable to determine domain V-4334.volumedrive.com ownership. Setting to user to 'nobody'.
Distilled successfully
Code:
grep -Hin "V-4334.volumedrive.com" /etc/*domains /etc/*users
grep -HinR "V-4334.volumedrive.com" /var/cpanel/users /var/cpanel/userdata
thanks.