Skip to content

{ Tag Archives } apache

Rotating Apache Logs on OpenSolaris

Since the Apache access logs grow with time, I like to rotate them once a month or so (for minor sites that don’t get much traffic). On Debian, you use logro­tate (I’ve writ­ten about set­ting it up here). On OpenSol­aris, you use the logadm com­mand, with the actual rota­tion being spe­cified in /etc/logadm.conf. When you […]

Also tagged , ,

Apache Virtual Hosts

Notes on installing Apache’s vir­tual hosts on OpenSol­aris 2008.11; part of a series that star­ted with Installing OpenSol­aris. On Debian, you have to set up vir­tual hosts using sep­ar­ate files, called sites-enabled and sites-available, part of the Debian Way Of Doing Things, which is not doc­u­mented on the Apache site. (I’ve writ­ten about this before; […]

Also tagged