From: Samantha
Subject: Open Source web server for Allegro CL - AllegroServe
Date: 
Message-ID: <3922EF37.480970B0@franz.com>
Hello all,

I would like you all to know that AllegroServe is now available under
Open Source license at
http://allegroserve.sourceforge.net!

AllegroServe is a web server that can dynamically
generate web pages and "web-enable" existing applications
with a browser front-end.

Designed to enable developers to publish complicated
web pages, AllegroServe gives developers the power to
service large numbers of users on different types of
computers, regardless of where they are located.

AllegroServe was developed for use with Common Lisp,
and is guaranteed to work with Allegro CL 5.0.1, both
the commercially supported version, and the trial
version for Linux.

It will be available for use with a Windows trial version when Allegro
CL 6.0 is released.

Key Technical features

Shuts down hanging connections
Access-control lists
Session support  (cookies)
Support for Password management
Logging
HTTP protocols 0.9 to 1.x  supported

Benefits

Fast and simple to set up
Uses memory efficiently
Dynamically generates HTML
Easy to use

Go to  http://allegroserve.sourceforge.net
for more information, or http://sourceforge.net/project/?group_id=4844
to
download the source code.

If you have any questions, please email us at ····@franz.com, or post a
message to one of the forums on sourceforge.net.

Enjoy!

Samantha

From: Wolfhard Bu�
Subject: Re: Open Source web server for Allegro CL - AllegroServe
Date: 
Message-ID: <m3ya58xi47.fsf@minka.katzen.ol>
Samantha <···@franz.com> writes:

> AllegroServe was developed for use with Common Lisp,
> and is guaranteed to work with Allegro CL 5.0.1, both
> the commercially supported version, and the trial
> version for Linux.

The trial version for Linux:

> ; While compiling (:TOP-LEVEL-FORM "macs.cl" 1258):
> Error: Can't locate the module "URI" 


- Wolfhard
From: John Foderaro
Subject: Re: Open Source web server for Allegro CL - AllegroServe
Date: 
Message-ID: <MPG.138d853ca75e0fe7989683@news.netwiz.net>
In article <··············@minka.katzen.ol>, ·····@gmx.net says...
> The trial version for Linux:
> 
> > ; While compiling (:TOP-LEVEL-FORM "macs.cl" 1258):
> > Error: Can't locate the module "URI" 
> 
> 

quoting the web page describing AllegroServe:

Troubleshooting

If you try to build AllegroServe and get an error about a missing uri 
module, then you are not running with a fully updated version of Allegro 
CL 5.0.1.    To download the latest
updates use (sys:update-allegro).