Wednesday, July 16th, 2008
Finally I got the good news from my new hosting company
I can hardly wait to get it FreeBSD 7.0 installed on it and setup a nice vhost system with Lighttpd + PostgreSQL. It's gonna be awsome.
The server I'm currently using is 'only' Dual core XEON w/ 3.5Gb ram, and some ...
Posted in Random, news | 1 Comment »
Friday, March 21st, 2008
Just a quickie.
I’m working on some security enhancements for my new website project, and in that progress, I have moved away from Apache2.2.3 and now using Lighttpd instead. Lighttpd does not use the same method of invoking php as apache does (mod_php vs. fast-cgi php).
In my eager to make the ...
Posted in Random, lighttpd | 7 Comments »
Tuesday, March 18th, 2008
Hello again,
Preface
This time I have been busy playing with Lighttpd and mod_magnet. I found a blog post where darix mentions a post from sitepoint where they demostrate a technique to speed up the HTTP GET of javascript and CSS files.
Its quite simple really, instead of doing
<link href="/css/styles1.css" rel="stylesheet" ...
Posted in lighttpd, lua | 10 Comments »