AOLserver
Sign in to saveAOLserver is AOL's open source web server. AOLserver is multithreaded, Tcl-enabled, and used for large scale, dynamic web sites.
Official website
Home - AOLserver
aolserver.github.io →Link to the official site · 2,681 chars · not written by Vinony
Source code
AOLserver is a multithread web server with flexible and extensible C and Tcl API's. AOLserver is used for several high traffic, dynamic web applications and services at America Online among other sites. AOLserver is maintained, enhanced, and distributed freely by the AOLserver community. The home for AOLserver sources and bug/patch database is on SourceForge available at: AOLserver is a freely available open source package. See the file "license.terms" for complete information. Documentation is available in the "doc" subdirectory of this release. It contains of Unix-style reference manual entries for AOLserver. Files with extension ".1" are for programs (for example, nsd.1); files with extension ".3" are for C library procedures; and files with extension ".n" describe Tcl commands. The file "doc/nsd.1" gives a quick summary of the AOLserver configuration. To view any of the man pages on Unix, cd to the "doc" directory and invoke your favorite variant of troff using the normal -man macros, for example: AOLserver is known to compile and run on Windows XP, FreeBSD, Linux, Solaris, and Mac OS/X 10.4. Ports to other modern Unix platforms such as HP/UX should be easy. To compile and install AOLserver: 3a. Download, configure, build and install Tcl 8.4 or better with threads and shared libraries enabled. To do so, download the latest release from and follow the instructions in the included README. You may install Tcl within the directory you intend to install AOLserver (e.g., /usr/local/aolserver) or in some other location. The following should work: 3c. Configure, build, and install AOLserver. The build process requires a working, installed Tcl, and supports Unix and Windows with the same makefiles and a few supporting Tcl scripts. The following should work: c: aolserver srcdir c: aolserver bin tclsh84.exe nsconfig.tcl c: aolserver srcdir nmake install The nsconfig.tcl script is designed to work on Unix and Windows. The tclsh used to execute the script must be from the installed Tcl location you intend to use for AOLserver as nsconfig.tcl will determine certain config settings from the tclsh environment. In addition, two options may be specified: -install dir Specify path to install (default: Tcl directory) -debug Debug build with symbols and without optimization. On Unix, nsconfig.tcl will call the configure shell script with the appropriate options to create include/ns.mak. You may also run configure directly although it has few additional features. 3d. Once the binaries are built and installed, create and edit a config file, nsd.tcl by convention. A sample is provided to get started: There is a mailing list for AOLserver to discuss anything from configuration, development, and future direction. To join visit: Thank you for your interest in AOLserver! We hope you find it useful and look forward to hearing from you on our mailing list.
Excerpt from the source-code README · 4,895 chars · not written by Vinony
Wikidata facts
- Official website
- aolserver.github.io
Show 2 more facts
- source code repository URL
- github.com/AOLserver/AOLserver
- software version identifier
- 4.5.1
via Wikidata · CC0
~2 min read
Article
3 sectionsContents
- See also
- References
- External links
AOLserver is AOL's open source web server. AOLserver is multithreaded, Tcl-enabled, and used for large scale, dynamic web sites.
AOLserver is distributed under the Mozilla Public License.