Day: January 26, 2011
No need the check the syntax of Apache’s configuration files more than once
It’s meaningless to check the syntax of Apache’s configuration files more than once during the same invocation of the startup script for Apache 2.2.x on FreeBSD, when the specified action is, say restart or graceful. Here’s a small patch.
Read More → No need the check the syntax of Apache’s configuration files more than onceA verbose startup script for PostgreSQL on FreeBSD
The default startup script for PostgreSQL on FreeBSD doesn’t give much clue when starting and stopping the DBMS. Here’s a patch to remedy this annoyance.
Read More → A verbose startup script for PostgreSQL on FreeBSD