403 Forbidden You don't have permission to access //_vti_bin/_vti_aut/author.exe on this server" Additionally, a 404 Not Found error was encountered…
1. Reinstalled the extensions through cPanel. 2. Reinstalled the extensions through WHM. 3. Uninstalled/Reinstalled through Shell. 4. /scripts/updatenow 5. /scripts/initfpsuexec…
Error:- Fantastico is not installed at the default location /usr/local/cpanel/3rdparty/fantastico. Either move the Fantastico directory from it's current location to…
ERROR: FANtastico can connect to mysql .... Solution: /usr/local/cpanel3rdparty/includes... Create a following file change IP cat mysqlconfig.local.php <?php $MYSQLHOST="66.249.137.160"; $MYSQLPATH="/usr/bin/mysql";…
Error in exim main log for VPS: ------------------------------------- 2013-04-11 00:38:57 H=localhost ([xx.xx.xx.xx]) [127.0.0.1] Warning: Sender rate 1.0 / 1h 2013-04-11…
Configure eth1 on the server. if eth1 is not showing up using ifconfig then add folloing entry for eth1 then…
Eclipse Installation For multi-user access, you'll probably want to install this in the system-wide directory: /usr/local so, as root, copy…
Using Ethtool we can set it as follows. # ethtool -s eth0 speed 100 duplex full # ethtool -s eth0…
In following files we can see domains entry on cpanel server /var/cpanel/users/username /scripts/updateuserdomains /var/named/domain.db /etc/named.conf /usr/local/apache/conf/httpd.conf /etc/localdomains /etc/userdomains /etc/trueuserdomains /etc/trueuserowners…
Add the following line to your init script for the network echo 1 >/proc/sys/net/ipv4/icmp_echo_ignore_all This disables ping responses. To reenable,…