Installed Octopress

Published on:

Today I installed a new site/blog called Octopress. It is what they call A blogging framework for hackers and I really seem to like it. This is actually just a test post, but more will follow!

update 2 I had a quick look on the google analytics page of my old blog and decided to already move the most visited page. This happens to be a howto on how to install OpenERP on CentOS.

Next on the blog todo list is:

  • Update the openerp howto
  • Move other frequently visited pages
  • Blog more ^^

update Until I have the time to migrate old posts my old blog is still available at: http://drupal.bdeferme.net.

Zarafa Webapp and Pound Proxy

Published on:

When using Zarafa with Pound problems can occur with the session data. An example:

Error: Response data requested from bus but it doesn’t have any data

To resolve this, add the following within the “Service” section of your Pound configuration:

/etc/pound.cfg
1
2
3
4
5
6
[root@proxy~]# grep -A2 -B2 IP /etc/pound.cfg
    End
    Session
        Type IP
        TTL 300
    End