sed delete all lines after

October 26, 2012

Objective: Prep dev httpd.conf for production Tasks: Remove jenkins virtual host entry (which starts with a […]

rollback httpd.conf changes on error

October 26, 2012

To rollback httpd.conf changes on error use this script: #!/bin/bash #File: deploy_new_httpd_conf.sh #Define this PATH_TO_NEW_HTTPD_CONF=”~/new_httpd.conf” #Backup […]

multiple reverse proxy host broken

April 13, 2012

Nathan Bridgewater explained how to configure multiple reverse proxies properly with apache and IIS (without losing […]

current apache connections

September 28, 2011

how to check current apache connections Since apache will spawn a new process for each new […]