Debian vs. FreeBSD as a Web Serving Platform, Part 1
Posted Feb 24, 2005 8:54 UTC (Thu) by
tzafrir (subscriber, #11501)
Parent article:
Debian vs. FreeBSD as a Web Serving Platform, Part 1
If you mention a system that constantly updates, you should consider Debian's unstable as well, and not just stable.
As for daily checks: take a look at, e.g. logwatch, sxid.
Anyway, on Debian using apache with worker.c is as easy as:
apt-cache search apache| grep worker
apt-get install apache2-mpm-worker
Tested on Sarge.
And rebuilding from source is quite simple:
As root: apt-get build-deb apache2
As user:
apt-get source apache2
cd apache2-2.0.52
[patch whatever you want]
fakeroot dpkg-buildpackage
You get a nice deb to install on your system, along with its source so you'll be able to reproduce that build later.
(
Log in to post comments)