I run
my site directly from this A4000T, works fine. I have a 2mbit ADSL internet connection, though uploads are limited to 128k, too bad.
As I'm serving around 300Mb of data, hate web hosting fees, want control over my own server and the computer runs 24/7 anyway, it made sense to run it myself.
As it's not serving truckloads of requests (only around 15000 hits/month in 1-2Gb), I find the GW3S ARexx webserver does a good job.
Support website
here but it appears to be down at the moment.
As it stands, there is a bit of room for improvement, so over the years I've modified the ARexx code to suit my needs.
The writing of webserver logs to disk was also problematic (which appears to be a bug in ARexx file handing during multiple requests), so I wrote my own webserver logging utility in C which works well to produce
Webalizer compatible logfiles without the problems that GW3S/ARexx has doing the same job.
I originally was going to use Apache, but it was a giant arse to set up and get running. Plus I didn't need all of it's extravagant features like PHP.
GW3S is quick and easy to get running. Requires a few entries to your Miami/AmiTCP database and a simple configuration of the webserver using the provided ARexx utility.
Let me know if you want more information or any of the webserver support apps I've written, modified GW3S code, etc.