Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Apache appliance |
|
Author |
|
greenalert
Joined: 25 Dec 2011 Posts: 1
|
Posted: Mon 26 Dec '11 5:56 Post subject: Apache appliance |
|
|
Has anyone built apache on a hardware appliance before? I am trying to build an appliance running on apache and is currently looking for feedbacks for the hardware to be used.
I am currently looking at a Dell 1U server but is hoping to find something more 'lightweight' and compact. Preferbly without any I/O devices.
By the way, is there any way to compile apache to run on Mac OS? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 26 Dec '11 13:59 Post subject: |
|
|
Well apache needs some mininal OS to run on. If you want no I/O you could start from a flash drive or so and run than all stuff in a huge ram disc for example.
compiling apache on mac os X is pretty easy. Just download the source code and the dependencies. Than
./configure .... YOUR OPTIONS
make
make install
make clean |
|
Back to top |
|
|
|
|
|
|