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 | 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

Posted in Apache, Centos 5.2 | Tagged , | 2 Comments

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/

Posted in Apache, Centos 5.2 | Tagged | Leave a comment

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

Posted in Apache, Centos 5.2, Zenoss | Tagged , | Leave a comment