Category Archives: Servers

Linux : Binary location for [/usr/bin/host] in csf.conf is either incorrect, is not installed or is not executable

The following error may occur while reloading CSF (csf -r) : *WARNING* Binary location for [HOST] [/usr/bin/host] in /etc/csf/csf.conf is either incorrect, is not installed or is not executable *WARNING* Missing or incorrect binary locations will break csf and lfd functionality In this particular case, CSF was installed on a CentOS 7 server and there… Read More »

Linux : Redirection with Apache Web server

Here is a two different redirection type you can do with Apache. There is quite a few more method possibles such as with rewrite rules as well which will be covered later. Redirect request made to a specific domain to a strict URL or domain. This will basically send the requests as is to the destination domain… Read More »

Linux : cPanel [rebuildhttpdconf] Missing owner for domain host.domain.tld, force lookup to root

Encountering the following error trying to manually rebuild your Apache cPanel config? info [rebuildhttpdconf] Missing owner for domain host.domain.tld, force lookup to root Built /usr/local/apache/conf/httpd.conf OK To fix this issue, simply edit : vi /var/cpanel/userdata/nobody/host.domain.tld And append the following at the bottom of the file : owner: ‘nobody’ Then restart try to rebuild again : /scripts/rebuildhttpdconf… Read More »

Linux : Unable to build R1Soft module on Debian 8

I recently end up with the following error trying to build the R1Soft agent module using “r1soft-setup –get-module” command : Checking if module needs updated Checking for binary module Waiting                       / No binary module found Gathering kernel information Gathering kernel information complete. Creating kernel… Read More »