Davide Bianchi wrote:
Massimiliano Giraldo wrote:
Then I tried to configure the web server with mod_jk. I downloaded the
binary version of mod_jk and I followed the guide that I found on
http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Clustering_Guide/beta500/html_single/index.html#clustering-http-modjk

The only thing that I modified on configuration was the names of nodes in
workers.properties (I wrote the ip address of each node).

First, make sure that the mod_jk module is really being loaded in Apache. When it is, you should normally see it in the first message that Apache write to its "error" log when it starts, as follows :

[Wed Sep 17 03:58:10 2008] [notice] Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 mod_jk/1.2.18 PHP/4.4.4-8+etch4 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations

see the "mod_jk" part ?


Now, I don't know Fedora and where it puts things, but in order to load a module in Apache, some Apache configuration file must have a line like

LoadModule jk_module /usr/lib/apache2/modules/mod_jk.so

do you see that anywhere ?

André

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to