Question:
I am running Apache on Windows and want to know how to debug Apache Shared Modules?
Answer:
It is a straight forward task to debug Shared Modules in Delphi. The only thing that needs to be done is to set the Host Application and Parameters for the Shared Module's Project. From the Delphi menu bar go to Run | Parameters. Set the Host Application to point to Apache.exe, and specify the following parameters: -X -w -f
"c:path tohttpd.conf".
Last Modified: 09-OCT-01