> -----Original Message-----
> From: Mauricio Tia Ni Gong Lin [mailto:[EMAIL PROTECTED]] 
> Sent: 29. svibanj 2002 16:54
> To: [EMAIL PROTECTED]
> Subject: Apache and Tomcat integrating problems
> 
> <----------------------------------------------------------------
> Syntax error on line 211 of /usr/local/apache/conf/httpd.conf:
> Invalid command 'LoadModule', perhaps mis-spelled or defined 
> by a module not included in the server configuration 
> bin/apachectl start: httpd could not be started
> ----------------------------------------------------------------->
> 
> The line 211 is:
> 
> LoadModule jk_module libexec/mod_jk.so
> 
> I created a "libexec" directory  in /usr/local/apache/conf 
> and I set the mod_jk.so in libexec directory.
> 

You libexec shoud be inside the ServerRoot directory, but the easiest
way would be to simply LoadModule with the absolute path, in your case:
/usr/local/apache/conf/libexec/mod_jk.so

MT.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to