You don’t have permission to access //_vti_bin/_vti_aut/author.exe

13 years ago

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…

FrontPage Installation

13 years ago

1. Reinstalled the extensions through cPanel. 2. Reinstalled the extensions through WHM. 3. Uninstalled/Reinstalled through Shell. 4. /scripts/updatenow 5. /scripts/initfpsuexec…

Fantastico is not installed at the default location

13 years ago

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

13 years ago

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

13 years ago

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

13 years ago

Configure eth1 on the server. if eth1 is not showing up using ifconfig then add folloing entry for eth1 then…

Eclipse Installation

13 years ago

Eclipse Installation For multi-user access, you'll probably want to install this in the system-wide directory: /usr/local so, as root, copy…

Eth0 : Duplex Settings

13 years ago

Using Ethtool we can set it as follows. # ethtool -s eth0 speed 100 duplex full # ethtool -s eth0…

Domain Configuration files in Cpanel server

13 years ago

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…

Disable the ping

13 years ago

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,…