软件包: a.httpd-2.0.61.tar.gz b.mod_jk-1.2.26-httpd-2.0.61.so c.openssl-0.9.8.tar.gz d.ssl.ca-0.1.tar.gz e. jboss 4.0.5
1.安装openssl-0.9.8.tar.gz ./config --prefix=/usr/local/openssl make make install
2.安装apache ./configure --prefix=/usr/local/apache2 --enable-so --enable-rewrite --with-ssl=/usr/local/openssl --enable-mods-shared=all make make install
# Mount your applications JkMount / loadbalance JkMount /* loadbalance
# You can use external file for mount points. # It will be checked for updates each 60 seconds. # The format of the file is: /url=worker # /examples/*=loadbalance
# Add shared memory. # This directive is present with 1.2.10 and # later versions of mod_jk, and is needed for # for load balancing to work properly JkShmFile logs/jk.shm
# Add jkstatus for managing runtime data JkMount status Order deny,allow Deny from all Allow from 127.0.0.1
b. workers.properties # Define 1 real worker using ajp13 worker.list=loadbalance,status