webdevelopment:coldfusion:railo:notes
Table of Contents
Railo - Notes
Front Tomcat with Apache and Mod Rewrite
Raible Designs - Mixing Apache HTTP Server, mod_rewrite and mod_jk
Nettuts+ - An In Depth Guide to mod_rewrite for Apache
Change error page to one that isn't as verbose
- Log in to the server administrator.
- Go to Error below Settings on the left.
- Change both General Error Template (500) and Missing Template Error (404) to:
/railo-context/templates/error/error-public.cfm
- Click on Update.
Deny access to Railo admin page except from local subnets
When using Apache with mod_jk.
Add the following to httpd.conf:
<Location /railo/railo-context/admin/> Order Deny,Allow Deny from All Allow from 10.1.1.0/24 10.1.12.0/24 </Location>
Source: Jamie Krug's Ubuntu/TRAM(P) Guide via Railo CFML Documentation Wiki - Installation:Tomcat
webdevelopment/coldfusion/railo/notes.txt · Last modified: 2012/09/10 11:27 by bas