Browse > Home

| Subcribe via RSS

Removing Nginx Server Version

July 31st, 2008 | No Comments | Posted in Web Servers

Just add the following configuration on http {} directive inside your nginx.conf

http {
...
server_tokens   off;
...
}

Tags: ,

HTTPS, SSL and Nginx

July 27th, 2008 | No Comments | Posted in Web Servers

Say you want to run https port on nginx using a self signed SSL Certificate, this article summarized the steps. First we create the SSL Key, CSR (Certificate Signing Request) and CRT (SSL Certificate) and Configure nginx to answer the request from SSL port.

More »

Tags: , ,

Indonesian CentOS 5.2 Repo (IIX and openIXP)

June 28th, 2008 | No Comments | Posted in Etcetera

For Indonesian CentOS user who search for fast IIX (Local) Repo to update ver.5.2 including x86_64, you could point your repo to http://mirror.lintaswave.net.id/centos/ .

Tags: , ,

Nginx, MySQL, PHP in CentOS 5.1 (x86_64)

June 28th, 2008 | 3 Comments | Posted in Web Database, Web Programming, Web Servers

Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. Written by Igor Sysoev in 2005, still in beta, Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption, taken from the wiki. I will not go deeper on the subject of nginx as a preferrable alteranate HTTP Server asides from Apache, since I don’t have a lot of knowledge on the subject.

This article intends to show you a step by step tutorial on how to install (and do basic configuration) for Nginx powered Web Sites with PHP (through php-fpm) and MySQL Enabled in CentOS 5.1 (x86_64) Virtual Box. The Box is from Magnet VPS (Entry with 128MB Dedicated RAM, 256MB SWAP Space and 5GB HDD Space).

More »

Tags: , ,

Installation and Basic Configuration Apache, MySQL and PHP on CentOS 5.1 (64 bit)

June 27th, 2008 | No Comments | Posted in Web Database, Web Programming, Web Servers

These are the simple steps to Install and do basic configuration Apache 2.2.3, MySQL 5.0.22 and PHP on a base install CentOS 5.1 x86_64.

More »

Tags: , ,