Running eAccelerator on OpenBSD’s Apache

       121 words, 1 minutes

OpenBSD provides an optimized and secured Apache v1.3 server. It also provides various PHP modules. But it doesn’t provide the eAccelerator PHP module (yet?). Here’s how I compiled, installed and run eAccelerator on OpenBSD’s native Apache:

Continue reading...


Starting third-party daemons on OpenBSD

       87 words, 1 minutes

Since OpenBSD 4.9, third-party daemons, like MySQL, come with a rc.d script to start, stop and manage the daemon. Once the package is installed, the managing script is available in /etc/rc.d/. To start a daemon, just run: # /etc/rc.d/mysqld start Now, if you want the daemon to automagically start on boot: check that the script is executable: # ls -alh /etc/rc.d/mysqld -r-xr-xr-x 1 root bin 461B Feb 23 22:16 /etc/rc.d/mysqld reference it in the RC configuration file: # vi /etc/rc.

Continue reading...


Optimize PHP on NetBSD

       78 words, 1 minutes

On a NAMP (NetBSD, Apache, MySQL, PHP) server, you can get a faster PHP rendering using eAccelerator.

Continue reading...


LAMP/NAMP/OAMP with WordPress just needs CPU

       164 words, 1 minutes

According to the Google robot, my actual configuration serves WordPress pages in about 1-2 seconds. I was looking on improving this a bit.

Continue reading...


Funambol for SOGo on Debian

       449 words, 3 minutes

Quoting it’s website, Funambol is a mobile open source platform (that) can be used for many types of mobile applications, including push email, PIM data synchronization and device management. I will “simply” going to use it to synchronize calendars and contacts between SOGo and Microsoft Outlook. Here are the technical directions:

Continue reading...


59 / 85