Uncategorized

Apache-2.2.10 and mod_chroot-0.5 – Issue is solved

I have it figured out! This is originally referencing the trouble I was having starting apache-2.2.10 and using mod_chroot-0.5 (http://www.uno-code.com/?q=node/155). You cannot use mod_chroot with apache-2.2.10. Apache-2.2.10 because apache has built in chroot support now. http://httpd.apache.org/docs/2.2/mod/mpm_common.html All you need to do is provide a ChrootDir variable in httpd.conf. The problem is that mod_chroot sets that… Continue reading Apache-2.2.10 and mod_chroot-0.5 – Issue is solved

Uncategorized

Apache-2.2.10 + Mod_chroot-0.5 causes startup problems.

Today I tried to update apache-2.2.9-r1 to apache-2.2.10 and was greeted with the following errors in the error_log: [Sat Jan 10 09:37:30 2009] [notice] mod_chroot: changed root to /var/chroot/apache. [Sat Jan 10 09:37:30 2009] [alert] (2)No such file or directory: Can't chdir to /var/chroot/apache [Sat Jan 10 09:37:30 2009] [alert] (2)No such file or directory:… Continue reading Apache-2.2.10 + Mod_chroot-0.5 causes startup problems.

Uncategorized

Monitoring S.M.A.R.T devices

During my server disaster earlier mentioned, I decided to monitor the drives a bit more closely. The drives on the system were SMART capable, so I emerge’d sys-apps/smartmontools. Here is the description of that package: sys-apps/smartmontools Available versions: 5.36-r1 5.37 ~5.37-r1 5.38 {minimal static} Installed versions: 5.38(10:56:28 10/09/08)(-minimal -static) Homepage: http://smartmontools.sourceforge.net/ Description: control and monitor… Continue reading Monitoring S.M.A.R.T devices