Lee Jenkins wrote: > I've looked for a couple of days trying to find a location of an > "embedded web server" for lazarus or fpc and I have found nothing in > sources or google. Maybe TLHTTPServer + (fast)CGI handler in lNet was meant? See lnet/examples/console/fphttpd for a simple webserver using lnet components. lNet integrates nicely into the LCL. Micha