Archive for November, 2008
Ruby Stuff
Friday, November 28th, 2008To debug problems, such as databases: ruby [...]/script/console
Configuring authnz_external and pwauth
Monday, November 3rd, 2008This is a newer and seems to be more secure way to authenticate in Apache with the Linux user database then mod_pam. – CentOS 5 – Subversion was already installed by default. – yum install mod_dav_svn.x86_64 to add in Apache support for it. Ok, need mod_authnz_external to support unix passwords via Apache 2.2 This is [...]