Setting up a FreeBSD 6.2 Web Server: Optimizing PHP (Part 6)

Thaya Kareeson
Popularity: 57%
Updated: Jul 10, 2008

This was by far the easiest step in my optimization process. To optimize PHP, I used the software called eAccelerator. Compared to all of the other steps, this one had the best ROI for me.

When a PHP script is executed, the PHP interpreter will spend some time interpreting the script then compile the interpretations into opcodes for execution. eAccelerator will precompile your PHP code into ready executable opcodes and manage that opcode cache for you. If your PHP script does not change, Apache will directly call the precompiled opcodes (saving interpretation and compilation time).

This is what I did to set it up: Read on…


Setting up a FreeBSD 6.2 Web Server: Apache, MySQL, etc (Part 2)

Thaya Kareeson
Popularity: 66%
Updated: Jul 10, 2008

I admit that I cheated, but since I’m newbie in FreeBSD, I am allowed to follow another very nice tutorial on deploying a server found on Open Addict. My job is not to recite the tutorial to you. Instead I will comment on the tutorial’s instructions and point out any roadblocks I ran into during my installation process. Read on…


OMNINOGGIN has migrated to the ever stable FreeBSD 6.2 Platform!

Thaya Kareeson
Popularity: 17%
Updated: Jul 13, 2008

After months of dreaming and being lazy,
weeks of acquiring working hardware,
days of setting up the OS, Apache, and MySQL,
hours of migrating wordpress data and configurations,
minutes of settings up network IP routing,
and seconds of testing,
I have finally migrated this blog from WindowsXP to FreeBSD 6.2

FreeBSD Logo

It’s time for me to grow some horns. I’m looking forward to seeing how much more reliable, faster, and secure the blog will become. I’ll soon be posting tutorials on the troubles I’ve encountered throughout this process, but for now, this is FIRST POST on the new system!