Home Server

The problem with Apache Server

edited July 2004 in Server
The next message appears when I open second page of
report from directory Demos\Web Tier\APACHE:
"Apache.exe - Application Error
"The memory could not be read"
Except of these, everithing is working fine.

I add "GetExtensionVersion", "HttpExtensionProc" function in section
"exports" of the Report.dpr, because Apache is needed for it and
can't run Report.dll without it:

library Report;
uses
WebBroker,
ApacheApp,
ApacheHTTP,
ISAPIApp,
WebModule in 'WebModule.pas' {WebModule1: TWebModule};

{$R *.res}

exports
GetExtensionVersion,
HttpExtensionProc,
apache_module name 'Project1_module';

Can you help me with this problem?

Thanks,
Slava

Comments

  • edited July 2004

    Try following the ReadMe.doc information and the example installed to
    RBServer\Demos\WebTier\Apache. As explained in the ReadMe you need to use
    WebBroker to create an Apache shared module.


    --

    Nard Moseley
    Digital Metaphors Corporation
    www.digital-metaphors.com



    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.