Hello,

I installed the apache1.3.29 standard version downloaded from httpd.apache.org
with the ./configure --prefix=/usr/local/apache command then make then make install
then i copied the /tmp/apache_1.3.29/src/httpd.exe to /usr/local/apache/bin
and i start it successfully.
Then I added the mod_jk2-1.3.27.dll to the /usr/local/apache/libexec with the
two others windows apache dll needed and updated the httpd.conf like this at the
end :

################################################
#  TOMCAT JK
################################################
# Load mod_jk module
# Update this path to match your modules location
LoadModule jk_module libexec/mod_jk2-1.3.27.dll 

# Declare the module for <IfModule directive>
AddModule mod_jk.c 

but still get an error :

$ /usr/local/apache/bin/apachectl start
[Thu Mar  4 11:50:29 2004] [warn] Apache does not support line-end comments.
Consider using quotes around argument: "#-1"
Syntax error on line 950 of /usr/local/apache/conf/httpd.conf:
Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not
included in the server configuration
/usr/local/apache/bin/apachectl start: httpd could not be started

Have you any solution ?

Flo

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

Reply via email to