ext/apache2/ConfigurationFields.hpp in passenger-4.0.26 vs ext/apache2/ConfigurationFields.hpp in passenger-4.0.27

- old
+ new

@@ -54,9 +54,11 @@ int maxRequests; /** The minimum number of application instances to keep when cleaning idle instances. */ int minInstances; /** A timeout for application startup. */ int startTimeout; + /** The environment under which applications are run. */ + const char *appEnv; /** Force specific application type. */ const char *appType; /** The group that Ruby applications must run as. */ const char *group; /** The Node.js command to use. */