Linux System Admins Blog

System admins of Promet – an e-commerce, high availability Open Source web shop – share their findings

Linux System Admins Blog header image 4

Cpanel: Adding custom configuration to httpd.conf

November 25th, 2008 · No Comments

Recently, Cpanel implemented their standard way of adding custom changes to virtualhost configuration to preserve custom changes after an upgrade or Apache rebuild.
Here are the two common situations of adding custom changes:
1.)  Changes added inside a <VirtualHost>
This is very simple as we only need to create a single file that will contain our changes.  But [...]

[Read more →]

Tags: Installation · cpanel

Upgrading to Trac 0.11

November 25th, 2008 · No Comments

This article will outline the steps necessary to perform the upgrade from an older version of trac (normally 0.10 that many people are still running) to the latest stable branch 0.11 (more precisely 0.11.2 available at this time). The TracUpgrade official documentation describes this in detail, but unfortunately misses some important steps that can leave [...]

[Read more →]

Tags: Centos · Installation · sysadmin