]> git.pld-linux.org Git - packages/passenger.git/commitdiff
- updated to 3.0.5
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 31 Mar 2011 11:19:09 +0000 (11:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_rails-alias+public.patch -> 1.3

apache-mod_rails-alias+public.patch

index 6c15076acd8cfcbecad7b950b54ccea5a65dec88..6aa6176c4a46d65cfc27b6f4939974baa6cd69e6 100644 (file)
@@ -133,37 +133,37 @@ diff -wur ext/apache2/Configuration.cpp ext/apache2/Configuration.cpp
                (Take1Func) cmd_rack_base_uri,
                NULL,
                RSRC_CONF,
-diff -wur ext/apache2/Configuration.h ext/apache2/Configuration.h
---- ext/apache2/Configuration.h        2008-08-09 15:19:33.000000000 +0300
-+++ ext/apache2/Configuration.h        2008-09-23 22:06:15.000000000 +0300
-@@ -41,20 +41,25 @@
+diff -wur ext/apache2/Configuration.hpp ext/apache2/Configuration.hpp
+--- ext/apache2/Configuration.hpp      2008-08-09 15:19:33.000000000 +0300
++++ ext/apache2/Configuration.hpp      2008-09-23 22:06:15.000000000 +0300
+@@ -41,21 +41,25 @@
+ using namespace std;
++struct BaseURIConfig {
++      std::string baseURI;
++      std::string publicDirectory;
++};
        
-               using namespace std;
-               
-+              struct BaseURIConfig {
-+                      std::string baseURI;
-+                      std::string publicDirectory;
-+              };
-+
-               /**
-                * Per-directory configuration information.
-                *
-                * Use the getter methods to query information, because those will return
-                * the default value if the value is not specified.
-                */
-               struct DirConfig {
-                       enum Threeway { ENABLED, DISABLED, UNSET };
-                       enum SpawnMethod { SM_UNSET, SM_SMART, SM_SMART_LV2, SM_CONSERVATIVE };
-                       
-                       Threeway enabled;
-                       
--                      std::set<std::string> railsBaseURIs;
--                      std::set<std::string> rackBaseURIs;
-+                      std::set<BaseURIConfig*> railsBaseURIs;
-+                      std::set<BaseURIConfig*> rackBaseURIs;
-                       
-                       /** Whether to autodetect Rails applications. */
-                       Threeway autoDetectRails;
+ /**
+  * Per-directory configuration information.
+  *
+  * Use the getter methods to query information, because those will return
+  * the default value if the value is not specified.
+  */
+ struct DirConfig {
+       enum Threeway { ENABLED, DISABLED, UNSET };
+       enum SpawnMethod { SM_UNSET, SM_SMART, SM_SMART_LV2, SM_CONSERVATIVE };
+       
+       Threeway enabled;
+       
+-      std::set<std::string> railsBaseURIs;
+-      std::set<std::string> rackBaseURIs;
++      std::set<BaseURIConfig*> railsBaseURIs;
++      std::set<BaseURIConfig*> rackBaseURIs;
+       
+       /** Whether to autodetect Rails applications. */
+       Threeway autoDetectRails;
 diff -wur ext/apache2/DirectoryMapper.h ext/apache2/DirectoryMapper.h
 --- ext/apache2/DirectoryMapper.h      2008-08-09 15:19:15.000000000 +0300
 +++ ext/apache2/DirectoryMapper.h      2008-09-23 22:13:36.000000000 +0300
This page took 0.04196 seconds and 4 git commands to generate.