From: Andy Grundman Date: Thu, 29 Mar 2007 02:53:04 +0000 (+0000) Subject: Use mod_rewrite in the non-root lighttpd test to workaround the trailing slash issue X-Git-Tag: 5.7099_04~207 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=159eb4bbcba20244619aa9c806cc52337d23f597;hp=e7ca2e0e77986096bc55653b92c5f40d44470337 Use mod_rewrite in the non-root lighttpd test to workaround the trailing slash issue --- diff --git a/t/optional_lighttpd-fastcgi-non-root.t b/t/optional_lighttpd-fastcgi-non-root.t index fd56d6c..a293870 100644 --- a/t/optional_lighttpd-fastcgi-non-root.t +++ b/t/optional_lighttpd-fastcgi-non-root.t @@ -56,6 +56,7 @@ my $conf = <<"END"; server.modules = ( "mod_access", "mod_fastcgi", + "mod_rewrite", "mod_accesslog" ) @@ -67,6 +68,10 @@ accesslog.filename = "$docroot/access.log" server.bind = "127.0.0.1" server.port = $port +# Work around inability to hit http://localhost/deep/path +# without a trailing slash +url.rewrite = ( "deep/path\$" => "deep/path/" ) + # catalyst app specific fcgi setup fastcgi.server = ( "/deep/path" => (