Am 28.08.2014 um 22:39 schrieb Smith, Burton:
-----Original Message-----
From: Rainer Jung [mailto:rainer.j...@kippdata.de]
Sent: Tuesday, August 26, 2014 2:37 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] AJP Errors?

First: Since your Apache version 2.2.15 is pretty old and mod_jk had many 
improvements in the last years, I
suggest that you check your mod_jk version and consider upgrading to latest.

I thought I would start with the upgrades.  Yum pulled httpd-tools.x86_64 
0:2.2.15-31.el6_5 without mod_ssl and mod_jk.  I figured out the SSL part.  Can 
you recommend how to correct the JK?

It is possible that your linux distribution doesn't provide current mod_jk packages. But building mod_jk is very simple.

- You need to have gcc installed
- You need to have httpd and the httpd headers (httpd-dev?) installed

- Then you download the source release from http://tomcat.apache.org/download-connectors.cgi. Current version is 1.2.40.

- You extract the tarball and change into sub directory "native".

- You run "./configure --with-apxs=/path/to/my/apxs" where you replace /ath/to/my/apxs with the full path to your httpd apxs (or apxs2) command

- You run "make"

- You copy the new module file apache-2.0/mod_jk.so to wherever you want the module to be installed, e.g. in your httpd modules directory or elsewhere. Reference that chosen place in your "LoadModule" httpd directive for mod_jk.

- You add the example config files "conf/httpd-jk.conf" and "conf/workers.properties" from the extracted tarball to your httpd and customize it.

Regards,

Rainer




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to