Static Advantage – Could WordPress Be 400 Times Faster?

Apache served static pages 400 times faster than dynamic WordPress pages. Could caching bring this speed advantage to WordPress? I measured pages with Apache benchmark tool “ab”, using 10 simultaneous connections. I used a powerful desktop as a server on … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , , | Comments Off on Static Advantage – Could WordPress Be 400 Times Faster?

Custom Error Pages on Apache

Table of Contents Custom Error Pages on Apache .htaccess settings Create the Error Page Tero’s Error Pages See also Custom Error Pages on Apache Error pages, such as “page not found 404” or “forbidden 403” can customized. A customized error … Continue reading

Posted in Old Site | Tagged , , , , | Comments Off on Custom Error Pages on Apache

Install Apache Web Server on Ubuntu

Table of Contents Install Apache Web Server on Ubuntu Install Apache Test it User homepages Enabling Userdir on Server Test homepages Install Apache Web Server on Ubuntu This step-by-step howto shows a basic setup for Apache 2 web server. Apache … Continue reading

Posted in Old Site | Tagged , , , | 32 Comments

Multiple Encodings on One Server

Table of Contents Multiple Encodings on One Server Short Version for Gurus Character Encodings UTF-8 – the Best Encoding Other encodings Character Encoding Should be in Document Problem Solution Testing Advanced Stuff Links Multiple Encodings on One Server Character encoding … Continue reading

Posted in Old Site | Tagged , , , , , , , , , , , , , , | Comments Off on Multiple Encodings on One Server

Apache Notes of Ubuntu Feisty and Gutsy

Table of Contents Apache Notes of Ubuntu Feisty and Gutsy Install User Home pages Root Does Each User Does Test Home Pages Apache Notes of Ubuntu Feisty and Gutsy Install $ sudo apt-get install apache2 Try it out with a … Continue reading

Posted in Old Site | Tagged , , | Comments Off on Apache Notes of Ubuntu Feisty and Gutsy

Build Web Interface to Database – LAMP Linux Apache MySQL PHP

Build Web Interface to Database – LAMP Linux Apache MySQL PHP In this howto, we program a simple database application. It reads data from a database, then prints it on a web page. Techniques teached here are used for building … Continue reading

Posted in Old Site | Tagged , , , , , , , | 1 Comment