Einzelnen Beitrag anzeigen

Benutzerbild von mschaefer
mschaefer

Registriert seit: 4. Feb 2003
Ort: Hannover
2.032 Beiträge
 
Delphi 12 Athens
 
#2

Re: D6-WebSnap: Umwandlung von WebDebug zu Apache Modul

  Alt 14. Mai 2005, 21:35
Moin,

für eine ISAPI dll habe ich eine Lösung
Converting our WAD application to an ISAPI DLL

1. First, create a new web application through File | New | Other | WebSnap | WebSnap Application. Choose ISAPI.
2. Remove the default web unit created, and add all the units that you had in your WAD project,
_ _ with the exception of the unit which has a TForm in it. In our case, we will add the HomeU and CounterU units.
3. Compile the project.
4. Install your DLL into your web servers scripts directory. Remember to transfer the ISAPI Dll,
_ _ and all the HTML files (in our case CounterU.HTML and HomeU.HTML) to your web server's Scripts or ISAPI directory


Leider ist das für ein Apachemodul noch nicht ganz der letzte Schritt. Am besten man nimmt ein bestehendes Apache-Projekt und kopiert die Angaben im Projketquelltext in das aktuelle Projekt.

So long erstmal...



Grüße // Martin
Martin Schaefer
  Mit Zitat antworten Zitat