-
Follow Us
Translator



































Twitter Updates
- Auto Draft - http://bit.ly/c12ibN 2010-07-21
- Auto Draft - http://bit.ly/detQ6n 2010-07-21
- Auto Draft - http://bit.ly/anJMKX 2010-07-20
- More updates...
-
Recent Posts
Tags
Advertising Amazon EC2 Centos centos5.2 Clocking IT Cluemapper commandline Command Line EC2 Elgg elgg centos5.2 General git GoogleReader Hyperic laconica ldap Mobile Mongrel Monitoring Mysql Network openoffice Open Source php Project Management Redmine remote admin RSS Ruby Ruby on Rails Security Snort SSH subversion taskfreak terminal Twitter Ubuntu8.10 ubuntu8.10 Firewall virtualmin centos5.2 Vista Wordpress Xenserver Zenoss
Category Archives: Apache
A Good Centos System Administration Book
I have been a big fan of the unleashed guides every since I purchased Mac OS X Tiger Unleashed. I loved this book as it was both great for beginners but had some reallly good advanced sections that allowed me … Continue reading
Posted in Apache, Centos 5.2, Command Line, General, General Command Line, Mysql, Networking, Open Source, RHEL5, Security, Snort, Zenoss
Tagged Centos
1 Comment
How To Upgrade to PHP 5.2.6 on Centos 5.2
The default install on a Centos 5.2 is installs php 5.1.6, sometimes you need 5.2.6 See - http://www.jasonlitka.com/yum-repository/ Install utterramblings repo’s vi /etc/yum.repos.d/utterrambling.repo Insert the following [utterramblings] name=Jason’s Utter Ramblings Repo baseurl=http://www.jasonlitka.com/media/EL5/i386/ enabled=1 gpgcheck=1 gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka Change the baseurl to http://www.jasonlitka.com/media/EL5/x86_64 if 64 … Continue reading
How To add SSL to Apache on Centos 5.2
Great article at - http://shapeshed.com/journal/setting_up_mod_ssl_on_apache_centos_52/
Use Zenoss to Monitor Apache on Centos 5.2
Create a file in /etc/httpd/conf.d touch zenoss.conf Put this in zenoss.conf #This allows zenoss to get stats from apache. ExtendedStatus on SetHandler server-status Order deny,allow Deny from all Allow from YOURIPorYOURDOMAINNAME Restart apache. service httpd restart On Zenoss, ensure the … Continue reading


