How to rotate virtual host logs with logadm on Solaris

logadm -w apache2 '/home/noel/domains/*/logs/{access,error}_log' -C 30 -a '/opt/csw/apache2/sbin/apachectl graceful' -p 1w -t '$dirname/$basename-%d.%m.%Y.log'

mod_rewrite woes

Everytime I reinstall OS X, I have to reconfigure apache (sometimes). Everytime I do that I can’t figure out why mod_rewrite isn’t working. Clagnut’s article does the trick everytime.

Sphere: Related Content

virtualhost.sh

virtuahost.sh by patrick gibson is a godsend. Thank you!