I recently set up a new Viviotech VPS and ran into an issue that was easy to fix once I realized what was happening, but difficult to debug. I set up Railo running on the Resin server using Apache as a front end with mod_caucho. In my httpd.conf file I had the following lines:
2ResinConfigServer localhost 6800
3CauchoConfigCacheDirectory /tmp
4CauchoStatus yes
2<LocationMatch ^((?!/svn/).)*$>
3ResinConfigServer localhost 6800
4CauchoConfigCacheDirectory /tmp
5CauchoStatus yes
6</LocationMatch>



![[RSS]](/blog/template/rss.png)
#1 by Rockwell on 12/1/09 - 12:48 AM
I'm stumped; I'd love to know how you fixed this problem. Thanks.
#2 by Rockwell on 12/1/09 - 2:10 AM
Here's the download URL for any Googlers out there: http://www.getrailo.org/down.cfm?item=/railo/remot...
#3 by Sean Coyne on 12/1/09 - 8:28 AM