Quantcast
Channel: Web Server – Ivan Kristianto
Browsing all 13 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Install Or Update PEAR On Xampp For Windows

PEAR is short for “PHP Extension and Application Repository” which provide a repository for PHP community extensions that will make your PHP installation more powerful and easy to develop web...

View Article



Image may be NSFW.
Clik here to view.

Hardening Your Server Security With ConfigServer Security & Firewall

Talking about server side security will come down to firewall or filter connections from and to your server. Close unnecessary ports, block unwanted connection and blacklist spammers are the things...

View Article

Image may be NSFW.
Clik here to view.

Upgrade Nginx Without Downtime

It’s been more than 2 months now i have been using Nginx (read: Engine X) as reverse proxy server with Apache to server static files such as javascripts, css, images, etc. You can refer to my previous...

View Article

Image may be NSFW.
Clik here to view.

504 Gateway Timeout With Nginx And Apache

Well these couple days i spent a lot of my time debugging the nginx 504 gateway timeout error. As far as my understanding this error 504 caused by proxy timeout, or nginx wait too long for apche...

View Article

Image may be NSFW.
Clik here to view.

Solve Nginx Error 413: Request Entity Too Large

Nginx default maximum accepted body size of client request, or maximum file size that you can upload to the server which have Nginx is 1M. And when i try to upload more than 1M i got Nginx error 403:...

View Article


Image may be NSFW.
Clik here to view.

Install And Configure Nginx, PHP, MySQL On Ubuntu

Nginx is simple webserver yet powerful. It is widely know for stable webserver. If it is well configured, nginx rarely have spike in the cpu load and have low memory consumption. Nginx is known for its...

View Article

Image may be NSFW.
Clik here to view.

[HowTo] Install Alternative PHP Cache (APC)

The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. And you can boost...

View Article

Image may be NSFW.
Clik here to view.

Alternative PHP Cache (APC) Not Compatible With Zend Optimizer

This problem happen in my VPS after i install Alternative PHP cache (APC). And also i already have Zend optimizer installed on the same VPS. After i installed APC, my WordPress blog show strange...

View Article


Image may be NSFW.
Clik here to view.

[HowTo] Install XCache For PHP5 In CentOS

Instead using Alternative PHP cache (APC), we can use PHP XCache for PHP caching system. XCache is an open-source opcode cacher, to accelerates PHP performance on servers. It optimize performance by...

View Article


Image may be NSFW.
Clik here to view.

PHP APC vs eAccelerator vs XCache Benchmarking

From my previous post i wrote about how to install APC and XCache for caching system for PHP 5. Now i would like to review which one is have best performance between APC, eAccelerator and XCache. Since...

View Article

Image may be NSFW.
Clik here to view.

ModSecurity Error: UNSUPPORTED DELAYED Rules: Remote File Injection attempt...

ModSecurity is an open source web application firewall. Working embedded in the web server, or standalone as a network appliance, it detects and prevents attacks against web applications. ModSecurity...

View Article

Image may be NSFW.
Clik here to view.

Install PHP Common Libraries on Ubuntu

I’m using LAMP Stack on my Ubuntu desktop for my development environment. So i’m writing this article so i know what to install when i move or change my laptop. There are some PHP libraries that i must...

View Article

Image may be NSFW.
Clik here to view.

Calibreworks Devstack, LAMP Stack for Developer

Calibreworks\devstack is a vagrant based on virtualbox for a LAMP stack that works. I created a virtual box for my development environment stack.We are using this in our day to day development cycle....

View Article

Browsing all 13 articles
Browse latest View live




Latest Images