You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Jean Michel MAISONNAVE <je...@cgey.com> on 2004/03/25 10:20:26 UTC

Axis/apache error

hi
i wanted to Axis c++  on Apache Server.
I follow the linux install guide, but at the end, i have this error:
 
[root@FWSAM00 support]# ./apachectl restart
./apachectl restart: httpd not running, trying to start
Syntax error on line 978 of /usr/local/apache/conf/httpd.conf:
Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not
included in the server configuration
./apachectl restart: httpd could not be started

This is the end of my httpd.conf file:
LoadModule axis_module libexec/libaxiscpp_mod.so
<Location /axis>
SetHandler axis
</Location>
 
The path of the libaxiscpp_mod.so is /usr/local/apache/libexec.
 
What's wrong?

Thks for your help.
 
JM
 <mailto:axis-c-user@ws.apache.org'>