Category: linux

Post Pic

Recompilining Apache with mod python

After a long struggle with getting Django working with Apache, I came to the conclusion the Apache that came with Cent OS does not work well with the newly compiled Python 2.4.4, It seems to fall back on the older version of python (2.3.4) which is already in the system.

So i decided to compile Apache [...]

Post Pic

Installing mod_python on Apache

Still struggling with Apache and mod_python, today I was able to compile mod_python

Post Pic

Installing Python 2.4.4 on Cent OS 4.4 (Final)

We at ObjectGraph are moving to a dedicated hosting solution. The server is hosted in NY. It has Cent OS 4.4 (Based on RHEL 4).
It comes installed with Python 2.3.4. A lot of packages (like yum) depend on this version of python in the system.
So when i found out that some of the syntax like [...]