
Apache HTTP Server
Apache, is a web server notable for playing a key role in the initial growth of the World Wide Web and in 2009 became the first web server to surpass the 100 million web site milestone.
this program was build as an alternative for microsoft iis . the main goal was to design a simple web server with support for asp.
this program was build as an alternative for microsoft iis . the main goal was to design a simple web server with support for asp. setting up baby asp web server is very easy: copy the executable to a directory of your choice, set the directory of your webpages and it's ready to run!
features: multi threaded. real time server log. configure directory for webpages (same for all connections). configure default html page. support for get, post, and head methods (form processing). sends directory listing if default html is not found in directory. native asp support (request, response, server, querystring and form collections, session, etc). cookie support (including 'arrays' and enumeration!). ssi (server side includes) support. statistics: total connections, successful and failed requests and more. limit: 5 simultaneous connections.
web-server multi-thread-support asp-support real-time-server-log