[fpc-pascal] Embedded web server

2011-02-24 Thread Héctor S . Ponce
Hello, could you please send me information about the web server? link is broken... Thanks Leonardo M. Ramé Wrote *Hi, I need to create a web app and don't whant to use CGI or Apache **modules, in fact I whant to **create my own web server that serves only an embedded app. ** **Anyone knows

Re: [fpc-pascal] Embedded web server

2011-02-24 Thread Jorge Aldo G. de F. Junior
in powutils theres a lightwebserver that does almost everything. and you can register your own request handling procedures 2011/2/23 Héctor S. Ponce hectorspo...@gmail.com: Hello, could you please send me information about the web server? link is broken... Thanks Leonardo M. Ramé Wrote

Re: [fpc-pascal] Embedded web server

2011-02-24 Thread Marcos Douglas
2011/2/23 Héctor S. Ponce hectorspo...@gmail.com: Hello, could you please send me information about the web server? link is broken... See the project Aservia, in Powtils' tools http://powtils.googlecode.com/svn/dev/tools/aservia/ It is based on nYume, see :

Re: [fpc-pascal] Embedded web server

2011-02-24 Thread Jorge Aldo G. de F. Junior
http://powtils.googlecode.com/svn/dev/tools/lightwebserver/ lightwebserver is more stable and has all features (Even https) its easily expansible. theres two versions : the faster threaded and the slower but safer forked version (lightwebserver2). the forked version can even plug the powutils

Re: [fpc-pascal] Embedded web server

2011-02-24 Thread Marcos Douglas
On Thu, Feb 24, 2011 at 12:34 PM, Jorge Aldo G. de F. Junior jagf...@gmail.com wrote: http://powtils.googlecode.com/svn/dev/tools/lightwebserver/ lightwebserver is more stable and has all features (Even https) its easily expansible. theres two versions : the faster threaded and the slower

Re: [fpc-pascal] Embedded web server

2011-02-24 Thread Jorge Aldo G. de F. Junior
lightwebserver uses synapse as its socket handling library 2011/2/24 Marcos Douglas m...@delfire.net: On Thu, Feb 24, 2011 at 12:34 PM, Jorge Aldo G. de F. Junior jagf...@gmail.com wrote: http://powtils.googlecode.com/svn/dev/tools/lightwebserver/ lightwebserver is more stable and has all

Re: [fpc-pascal] Embedded web server

2011-02-24 Thread Marcos Douglas
On Thu, Feb 24, 2011 at 12:59 PM, Jorge Aldo G. de F. Junior jagf...@gmail.com wrote: lightwebserver uses synapse as its socket handling library lighwebserver uses Synapse and is in Powtils' SVN? Okay... I think. Marcos Douglas ___ fpc-pascal

Re: [fpc-pascal] Embedded web server

2011-02-24 Thread Marcos Douglas
2011/2/23 Héctor S. Ponce hectorspo...@gmail.com: Hello, could you please send me information about the web server? link is broken... Thanks I found the nYume WebServer, see: ftp://jegas.net/archives/coderelated/freepascal/nYume_WebServer/ Marcos Douglas

Re: [fpc-pascal] Embedded web server

2011-02-24 Thread Jorge Aldo G. de F. Junior
whats wrong with that ? Powutils is a CGI library Synapse is a sockets library. No contradiction here. Well, i am the author of the refered software, so i can say. Anyway i already answered your question. 2011/2/24 Marcos Douglas m...@delfire.net: On Thu, Feb 24, 2011 at 12:59 PM, Jorge Aldo

Re: [fpc-pascal] Embedded web server

2011-02-24 Thread Marcos Douglas
On Thu, Feb 24, 2011 at 7:51 PM, Jorge Aldo G. de F. Junior jagf...@gmail.com wrote: whats wrong with that ? Powutils is a CGI library Synapse is a sockets library. No contradiction here. I'm sorry, I did not know Powtils. I thought that Synapse was similar to Powtils. Well, i am the

Re: [fpc-pascal] Embedded web server

2007-03-14 Thread Michael Van Canneyt
On Wed, 14 Mar 2007, wrote: Hi, I need to create a web app and don't whant to use CGI or Apache modules, in fact I whant to create my own web server that serves only an embedded app. Anyone knows anithing like this?, if I'm not wrong Jason P. Sage was looking for something similar.

Re: [fpc-pascal] Embedded web server

2007-03-14 Thread Leonardo M. Ram
Thanks Michael, can you point me to the urls of that products? --- Michael Van Canneyt [EMAIL PROTECTED] wrote: On Wed, 14 Mar 2007, wrote: Hi, I need to create a web app and don't whant to use CGI or Apache modules, in fact I whant to create my own web server that serves only

Re: [fpc-pascal] Embedded web server

2007-03-14 Thread Felipe Monteiro de Carvalho
On 3/14/07, Leonardo M. Ramé [EMAIL PROTECTED] wrote: Thanks Michael, can you point me to the urls of that products? http://wiki.lazarus.freepascal.org/lNet fpc-xml should be part of a normal fpc installation afaik ___ fpc-pascal maillist -

Re: [fpc-pascal] Embedded web server

2007-03-14 Thread Michael Van Canneyt
On Wed, 14 Mar 2007, wrote: Thanks Michael, can you point me to the urls of that products? The lazarus wiki contains a lcl page; the rest is part of FPC by default. You could also try Indy for FPC, I don't know if Synapse has a server component, it definitely has client components.