VACS Blog

To content | To menu | To search

Wednesday, January 28 2009

Apache and JBoss integration with mod_rewrite and mod_proxy

To integrate JBoss behind an Apache server you often use the mod_jk module. There is another solution which combines the use of Apache mod_rewrite and mod_proxy. This solution provides more flexibility and could be more robust.

Continue reading...

Sunday, January 25 2009

Transparent Web server migration with Apache proxy

When you do a server relocation you get a new server, install it, configure it and make sure your new Web server is ready to go. During this installation, the old server was still running. Now, it is time to make the switch. This article discusses one issue related to DNS and how you can solve it.

Continue reading...