Josh writes:
? I'm thinking of seeing if I can squeeze an
? older version of Apache on it if I ever find the time...
Pre-Apache, it was the "NCSA HTTPd", and I think a very stripped down
version may fit. It may be vaguely possible to include the CGI stuff although
I think that would be a lot of effort for very little reward.
But... if you just want a web server, all you have to do is parse the HTTP
request string and serve up the file.
The DECUS C (K&R C, not ANSI C) web server at
http://shop-pdp.kent.edu/
runs very nicely and would probably be way easier to port than starting
with anything in ANSI C. But I think the simplest thing is just to start from scratch!
Tim.