> My major problem with Lazarus is where is my server? > So how do I configure Lazarus to do about the same?
Up to you. Apache, nginx, any other you've ever heard of, fphttpserver (embedded), the choice is yours. The last is capable of debugging from IDE. If you use the Lazarus wizard, you should've found it in the application type selection dialog. But actually they only differ in uses clause (fpcgi, fpfcgi, fphttpapp), everything else is the same. Well, maybe you need to set Port as well but that's all. Practically this applies to ALL fcl-web examples, so you can try it yourself. -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Developing-with-fcl-web-tp4038075p4038085.html Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
