This is a discussion on apache20 winXP LoadModule ( proxy_html ) within the Windows Web Servers forums, part of the Web Server and Related Forums category; I'm trying to load a DSO Module on WindowsXp with apache20. I compiled the the module source file into ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm trying to load a DSO Module on WindowsXp with apache20.
I compiled the the module source file into a win32 DLL with the aproprate EXPORTS and copied this file into the modules subdirectory of apache. The LoadModule directive in the http.conf file looks like all other LoadModule entries . On apache startup i get the following error message: ######################################### Syntax error on line 175 of C:/apache/Apache2/conf/httpd.conf: Cannot load C:/apache/Apache2/modules/mod_proxy_html.so into server ed module could not be found. Note the errors or messages above, and press the <ESC> key to exit. ######################################### Do i hae to recompile apache an link it with the import library *.LIB af the module ? Werner |