AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Netzwerke Delphi Apache Modul blockiert bei zip
Thema durchsuchen
Ansicht
Themen-Optionen

Apache Modul blockiert bei zip

Ein Thema von AndreasSt · begonnen am 14. Mär 2023 · letzter Beitrag vom 16. Mär 2023
 
Delphi.Narium

Registriert seit: 27. Nov 2017
2.568 Beiträge
 
Delphi 7 Professional
 
#13

AW: Apache Modul blockiert bei zip

  Alt 15. Mär 2023, 15:45
Habe halt nur Delphi 7 und dort sieht eine typische dpr bei mir sinngemäß so aus:
Delphi-Quellcode:
library WebProjekt;

uses
  ActiveX,
  ComObj,
  ISAPIThreadPool,
  ISAPIApp,
  WebModuleUnit1 in 'WebModuleUnit1.pas{wm: TWebModule},
  BrkrConst in '..\..\..\Delphi7\Source\Internet\BrkrConst.pas',
  WebBroker in '..\..\..\Delphi7\Source\Internet\WebBroker.pas',
  ... und weitere Units, sofern erforderlich
  ;

{$R *.res}

exports
  GetExtensionVersion,
  HttpExtensionProc,
  TerminateExtension;

begin
  CoInitFlags := COINIT_MULTITHREADED;
  Application.Initialize;
  Application.CreateForm(Twm, wm);
  Application.Run;
end.
Die Unit WebModuleUnit1 beginnt mit
Delphi-Quellcode:
unit WebModuleUnit1;

interface

uses
  HTTPApp,
  HTTPProd,
und endet mit
Delphi-Quellcode:
initialization
  // Das wird für ADO dringend benötigt.
  CoInitializeEx(nil,COINIT_MULTITHREADED);

finalization
  CoUninitialize;

end.
Der Webserver ist ein Eigenbau mit Hilfe der Indykomponenten und diesen Komponenten, für die Nutzung von ISAPI-Dlls bzw. CGI Programmen ID: 17810, idRunner 3.3 - ISAPI and CGI scripts support for Indy, erstellt.

Alles schon was älter, daher ist nicht auszuschließen, dass das Verhalten, im Zusammenspiel mit Apache, nicht absolut identisch ist.
  Mit Zitat antworten Zitat
 

 

Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 21:53 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz