(c) 2007, David A. Desrosiers
desrod@gnu-designs.com
Apache All-in-One Builder
If you find this useful, please drop me2A
an email, or send me bug reports if you find
problems with it. I accept PayPal too! =-)
With this script, all you have to type is 'build', and it will fetch, verify, unpack, configure, build, test, and install Apache, PHP, mm (shared memory), mod_ssl, mod_perl, and so on for you, in your target prefix, all in one shot. You just run 'build' and it does the rest for you as DSO, with just a 14k httpd server daemon when it completes (on my test boxes).
I created this because I was tired of ApacheToolbox's braindead requirement to build MySQL and other core things from source, even though I already had those installed elsewhere.
To run this, follow these steps:
- Fetch build-ap1 (for Apache 1.x) or build-ap2 (for Apache 2.x), functions, and source.md5
- Drop these into /var/build/apache (if you want to use another build location, edit the path in build-apX)
- Run sh ./build-ap1
- That's it!
Remember, you'll need the three scripts to allow build-apX to function properly. They're all well-commented.