[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Apache2 + JBoss 4.2.2 + mod_jk

gabewong do-not-reply at jboss.com
Mon Jul 28 13:48:58 EDT 2008


Ditch mod_jk and use mod_proxy instead.
1)edit 
/etc/apache2/mods-enabled/proxy.conf
and insert
Allow from all

2)proxy like so:
<VirtualHost xxx.xxx.xxx.xxx:80>
ServerAlias domain.com
ServerName domain.com
ProxyPass / ajp://127.0.0.1:8009/
ProxyPassReverse / ajp://127.0.0.1:8009/
ProxyPreserveHost On


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167142#4167142

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167142



More information about the jboss-user mailing list