lighttpd non-root doc fix
Kieren Diment [Mon, 28 Apr 2008 08:22:19 +0000 (08:22 +0000)]
lib/Catalyst/Engine/FastCGI.pm

index bd272a1..f8f6776 100644 (file)
@@ -374,8 +374,9 @@ values are disabled.  The above example would start 5 processes.
 =head3 Non-root configuration
     
 You can also run your application at any non-root location with either of the
-above modes.
+above modes.  Note the required mod_rewrite rule.
 
+    url.rewrite = ( "myapp\$" => "myapp/" )
     fastcgi.server = (
         "/myapp" => (
             "MyApp" => (