[Next] [Previous] [Up] [Top] [Contents] 
CHAPTER 27  World Wide Web
 27.3  WWW Server
 You have three main choices of free servers:
- CERN - European Center for Nuclear Research
 
 ftp://ftp.w3.org/pub/bin/solaris/cern_httpd_3.0.tar.Z
 This is a pre-compiled binary.  The source is available also.
- NCSA - National Center for Supercomputing Applications at the University of Illinois, Urbana-Champaign
 
 ftp://ftp.ncsa.uiuc.edu/Web/httpd/Unix/ncsa_httpd/current/httpd_source.tar.Z
 You can get either the source or the pre-compiled binary.
 Documentation can be found on-line on http://hoohoo.ncsa.uiuc.edu
- Apache - Hypperreal's extensions to the original NCSA server.
 
 ftp://www.apache.org
 This comes in source form.
Unix System Administration - 8 AUG 1996
[Next] [Previous] [Up] [Top] [Contents]