Hi!
Loading of mod_axis2.dll in according to the manual for installation under Apache2 HTTP server causes error:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Syntax error on line 966 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf:
Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_axis2.dll into server: The specified module could not be found.
Note the errors or messages above, and press the <ESC> key to exit. 21...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
httpd.conf:
. . . . . . . .
LoadModule axis_module modules/mod_axis2.dll
<Location /axis>
SetHandler axis
</Location>
. . . . . . . .
mod_axis2.dll is located in C:\Program Files\Apache Group\Apache2\modules
Loading of mod_axis2.dll in according to the manual for installation under Apache2 HTTP server causes error:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Syntax error on line 966 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf:
Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_axis2.dll into server: The specified module could not be found.
Note the errors or messages above, and press the <ESC> key to exit. 21...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
httpd.conf:
. . . . . . . .
LoadModule axis_module modules/mod_axis2.dll
<Location /axis>
SetHandler axis
</Location>
. . . . . . . .
mod_axis2.dll is located in C:\Program Files\Apache Group\Apache2\modules
The same behaviour on all
Windows: 2000, XP, Server
2003.
I made manual builds through DevStudio but it did not
help.
Applying
regsvr32 mod_axis2.dll causes to the message: specified module could not be
found.
What's wrong ?
Thanks,
Anton Zotov.
