From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e4737ad7ae339e13 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-19 23:13:21 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.mathworks.com!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc54.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: http References: X-Newsreader: Tom's custom newsreader Message-ID: <42Lkb.595448$Oz4.589060@rwcrnsc54> NNTP-Posting-Host: 12.234.124.41 X-Complaints-To: abuse@comcast.net X-Trace: rwcrnsc54 1066630400 12.234.124.41 (Mon, 20 Oct 2003 06:13:20 GMT) NNTP-Posting-Date: Mon, 20 Oct 2003 06:13:20 GMT Organization: Comcast Online Date: Mon, 20 Oct 2003 06:13:20 GMT Xref: archiver1.google.com comp.lang.ada:1176 Date: 2003-10-20T06:13:20+00:00 List-Id: > Anyone know if there is an http server writen in Ada? With available source > code > of course and ability to modify and redistribute. Smplsrvr on www.adapower.com is a simple one (a few hundred lines). (It's the base for www.adaic.com) Source with no restrictions. Or AWS for lots of features. Probably GPL restrictions.