s/rawmode.org/scsys.co.uk/ 5.8000_03
Kieren Diment [Mon, 1 Dec 2008 11:35:14 +0000 (11:35 +0000)]
r14375@fenchurch:  kd | 2008-12-01 22:28:00 +1100
2008 day 1
r14376@fenchurch:  kd | 2008-12-01 22:28:39 +1100
holding pen

lib/Catalyst/Engine/FastCGI.pm

index c6a9068..1e726e7 100644 (file)
@@ -140,7 +140,7 @@ sub run {
         $proc_manager && $proc_manager->pm_pre_dispatch();
         
         # If we're running under Lighttpd, swap PATH_INFO and SCRIPT_NAME
-        # http://lists.rawmode.org/pipermail/catalyst/2006-June/008361.html
+        # http://lists.scsys.co.uk/pipermail/catalyst/2006-June/008361.html
         # Thanks to Mark Blythe for this fix
         if ( $env{SERVER_SOFTWARE} && $env{SERVER_SOFTWARE} =~ /lighttpd/ ) {
             $env{PATH_INFO} ||= delete $env{SCRIPT_NAME};