Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic Shared Object (DSO) Support

Status
Not open for further replies.

Tracey

Programmer
Oct 16, 2000
690
NZ
I am currently researching development of Apache shared modules in Delphi6 Websnap.

I have created a module called mod_prjApache1.so which resides in the apache/modules folder.

When i add the following directive to httpd.conf, apache will not start:

LoadModule prjApache1_module modules/mod_prjApache1.so
<Location /apache1>
SetHandler mod_prjApache1-handler
</Location>

Error recieved on failed apache restart =

Syntax error on line 176 of C:/Apache/conf/httpd.conf:
Cannot load C:\Apache\./modules/mod_prjApache1.so into server: The specified module could not be found.

I have tried adding an absolute path in place of the relative, but still recieve the same error (with the path stating c:\apache\modules\mod_prjApache1.so)

I am running Apache 2.036 on Windows 2000.

Could someone please help me out here? [cry]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top