Issue: A change of IP address is needed in FreeBSD. Solution: If you do not have the root password boot into Single User mode [option 4]. Procced to step 1. If you have the root password procced to step 2. 1. mount -o (if you get a read-only error, you will have to run fschk… Continue reading Need to change IP address in FreeBSD
Category: Uncategorized
How to bind IPs on a Windows Server
1. Start -> Settings -> Control Panel -> Network Connections 2. Right click and go to properties of the enabled/active NIC 3. Highlight on TCP/IP and click on properties 4. Select ” Use the following IP address ” 5. Enter your IP information for the server. 6. Click on Advanced 7. Click Add on the… Continue reading How to bind IPs on a Windows Server
Error: Cannot find SSL binaries under /usr
This happens with the configure script for apache cannot find the “openssl” (or “ssleay”) binaries in any of /usr/bin/openssl /usr/sbin/openssl /usr/apps/openssl The usual location for “openssl” is /usr/bin/openssl On a debian system, run apt-get install openssl
How to block ip addresses with iptables
I have an ip address attacking my server or taking up all my httpd connections so none of my sites work. In order to correct this you will want to use the netstat -n command to see the ip addresses connected to your server. Once you have the ip address you want to block you… Continue reading How to block ip addresses with iptables
Running exim on a different port – cPanel
Log into WHM and click on “Service Manager” under the Service Configuration grouping. Put a checkmark next to “exim on another port” (the default is port 26) then click “Save”.
How to forward a website to another url using PHP
There are several ways to accomplish this task, but the simplest to understand is to use php. To do this, you need to create the page that will do the forwarding. This can be any page, as long as it ends in “.php”. If you are trying to redirect a domain, you’d create “index.php” inside… Continue reading How to forward a website to another url using PHP
Plesk Migration Manager is unable to connect to Plesk Agent installed on a remote server.
Source server has Plesk Migration agent installed. Plesk Migration Manager is installed on Plesk server. Plesk keeps displaying Unable to upload scout: Unable to run migrmng: Unable to connect to remote host xxx.xxx.xxx.xxx. Please check if the remote server is available for connection and if the correct login and password are specified. To successfully utilize… Continue reading Plesk Migration Manager is unable to connect to Plesk Agent installed on a remote server.
PVA troubleshooting.
Linux/Unix, Management Node: PVA status: # pvamn status PVA restart: # pvamn restart PVA (Control Center) status: # pvacc status PVA (Control Center) restart: # pvacc restart Special config file: /opt/pva/mn/bin/pva.conf [log_folder] – Location of log files, default: /var/log/pva [etc_folder] – Location of config files, default: /var/opt/pva/mn/etc To change log level, find vzagent.conf location in… Continue reading PVA troubleshooting.
PhpMyAdmin Stuck at Login screen with no errors !
This is a possible issue when the path to save php_session is not correctly set : The directory for storing session does not exists or php do not have sufficient rights to write to it. To define the php_session directory simply add the following line to the php.ini : session.save_path=”/tmp/php_session/” And give write rights to… Continue reading PhpMyAdmin Stuck at Login screen with no errors !
WHM locked out – cphulkd
cPHulk Brute Force Protection prevents malicious forces from trying to access your server’s services by guessing the login password for that service. BUT sometimes it becomes troublesome when you are accessing the cPanel with incorrect password and cPanel assuming you as attacker blocks you with below message : ————————————————————————————— This account is currently locked out… Continue reading WHM locked out – cphulkd