Category Archives: Web Server
Nginx is a solution for a mini server to serve jumbo visitors. I install nginx+PHP+Mysql in my tiny vps with RAM only 128MB. I admit nginx, php and mysql is doing their jobs perfectly. I proved it by installing WordPress standard in my tiny vps and hit with 300 concurrent visitors. The result is amazing, [...]
Hello people, Just now I tried building a loadbalance webserver along with Nginx and Httpd. See the scheme below. Here we need several machine to be able to balance. #1 machine we use for nginx service as the front-end webserver, and spread the load into httpd machines. several machines we use as httpd service, in [...]
Log into WHM Control panel using root account. Then goto EasyApache (apache update) on Sofware Category on the left sidebar. Now, on the sidebar. Do not directly build the profile configuration, just click next step button or continue with current profile until you come to the last Step. At this step activate for the php [...]
Here is how to create custom 404 Error Page handler in godaddy.com shared hosting. Edit .htaccess file or create .htaccess file if doesn’t exist. Add the following line into your .htaccess file. ErrorDocument 404 /404pagenotfound.php It means, The requested file will be redirected to the file /404pagenotfound.php Now, edit your 404pagenotfound.php file as you like. [...]