Hello
I tried to build the environment of JSP. Apache and Tomcat ran very well.
But when I tried to add-on the mod_jk.so to Apache, the error message as
below appeared and Apache did not started.
(1) I put the mod_jk.so into the /usr/local/apache/libexec.
(2) I added the following sentence to the bottom line of
/usr/local/apache/conf/httpd.conf.
Include "/usr/local/jakarta-tomcat-3.2.1/conf/mod_jk.conf-auto"
(3) I started the Tomcat and then the Apache.
(4) However, the following message appeared and the Apache did not start.
[root@server local]# apache/bin/apachectl restart
apache/bin/apachectl restart: httpd not running, trying to start
Syntax error on line 8 of
/usr/local/jakarta-tomcat-3.2.1/conf/mod_jk.conf-auto:
API module structure `jk_module' in file /usr/local/apache/libexec/mod_jk.so
is garbled - perhaps this is not an Apache module DSO?
apache/bin/apachectl restart: httpd could not be started
(5) I thought the mod_jk.so was broken when I downloaded, I tried to
downloaded it again and tried the same thing. However, the result was the
same.
My server environment is
(1) Pentium 165MHz + 128MB + 1.5GB + 3.0GB
(2) Red Hat Linux 6.2J
(3) Apache 1.3.19
(4) Tomcat 3.2.1
(5) mod_jk.so
Does anyone give me an advice?
Yasuhiro Kaizu
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
- Re: mod_jk.so Yasuhiro Kaizu
- Re: mod_jk.so Andrey Kartashov