Free Hosting Tutorials

How to solve mysql,Php error in VPS

How to solve mysql,Php error in VPS In your newly fresh installed Vps There is a chance of getting Mysql Php Error. This is because of Low memory. To Resolve this issue,Increase the memory to 512 MB And then Reintsall the perl module The recommended way to reinstall the complete set of perl modules is: […]

VPS – Remove IP From Block LIsted

VPS – Remove IP From Block LIsted If client try any wrong username and password more than three times client IP will be block listed in client server. For remove your IP From block list. go to whatismyip.com. Find the IP ADDRESS . Then login into your VPS server Go to the Plugin>>ConfigServer Security&Firewall>> In […]

Difference Between Outlook Express And Microsoft Outlook

For configure Outlook Express For outlook and Microsoft Outlook both are same For “My server Authentication” “leave copy in the the server ” These Two option only change in the Both For Microsoft Outlook >> properties For Outlook Express >> More setting Theses is additional option only . Remaining Every thing are same.

Install Apache(apache2.2.2) in cpanel server

1. Download apache2.2.2(httpd-2.2.2.tar.gz) store in /usr/local/src 2. Type the following to un-tar the file into a directory called apache_[version]: tar -xvf apache_[version].tar 3.  cd into /usr/local/apache_[version] (or wherever you un-tared it) 4. Type the following to prepare for building, replacing [path] with your own path, such as /usr/local/usr/local/apache_new 5. ./configure –prefix=[path] –enable-module=so 6. make 7. […]