jelectrik Posted July 23, 2025 Posted July 23, 2025 Hi, I have managed to create standalone applications and have them deployed live on the web, both for linux and windows servers. Have one as ISAPI Dll. All of these were tested as standalone from my Delphi IDE without problem, having a local MariaDB server using Wamp. Now I need to develop an application as a native apache2 module. I need to take advantage of the quick method of debugging locally with the delphi ide and when ready, then cross-compile it on PAServer on the live apache server. The problem I have is that I tried a number of things to attach it to the apache local process and have not find a way to do it. My idea of debugging it as easily as with the standalone, just run, then open the browser and run localhost:8077, then go back, make improvements and run again. I didn't find a guide in Unigui to achieve this for debugging in my local computer. I know that probably changing some declarations can make the standalone compile to an ISAPI module, but in this case for Apache2 module to be used in linux64 server I didn't find any info. Ideas are appreciated. Thanks, Quote
Sherzod Posted July 23, 2025 Posted July 23, 2025 Hello, https://www.unigui.com/doc/online_help/creating-a-new-apache-project.htm https://www.unigui.com/doc/online_help/linux64.htm Quote
jelectrik Posted July 23, 2025 Author Posted July 23, 2025 Thanks Sherzod, the material in the links is something I have done. I can also deploy to the live linux64 server as standalone or apache module. For windows server I can also deploy standalone or IIS dll. But my question is about debugging in Delphi using Wamp, meaning, how to configure Wamp Apache, and then how to call the app in the browser when debugging. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.