Fixed bug in mod_fastcgi config
Andy Grundman [Tue, 15 Nov 2005 15:15:28 +0000 (15:15 +0000)]
lib/Catalyst/Engine/FastCGI.pm

index 4ff269e..469d5dc 100644 (file)
@@ -116,7 +116,7 @@ control the running of your FastCGI processes.
 
     # Launch the FastCGI processes
     FastCgiIpcDir /tmp
-    FastCgiServer /var/www/MyApp/script/myapp_fastcgi.pl -idle_timeout 300 -processes 5
+    FastCgiServer /var/www/MyApp/script/myapp_fastcgi.pl -idle-timeout 300 -processes 5
     
     <VirtualHost *>
         ScriptAlias / /var/www/MyApp/script/myapp_fastcgi.pl/