~ubuntu-branches/ubuntu/wily/ruby-passenger/wily-proposed

« back to all changes in this revision

Viewing changes to ext/common/Constants.h

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-11-23 23:50:02 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20131123235002-8fdhsq7afj15o2z2
Tags: 4.0.25-1
* New upstream release.
* Refresh fix_install_path.patch.
* Build for Ruby 2.0 instead of 1.8. (Closes: #725591)
* Add fix_ftbfs_fortify_source.patch.
* Install passenger template files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#define DEFAULT_BACKEND_ACCOUNT_RIGHTS Account::DETACH
37
37
 
38
38
 
 
39
        #define APACHE2_DOC_URL "http://www.modrails.com/documentation/Users%20guide%20Apache.html"
 
40
 
 
41
        #define DEFAULT_ANALYTICS_LOG_GROUP ""
 
42
 
 
43
        #define DEFAULT_ANALYTICS_LOG_PERMISSIONS "u=rwx,g=rx,o=rx"
 
44
 
 
45
        #define DEFAULT_ANALYTICS_LOG_USER "nobody"
 
46
 
 
47
        #define DEFAULT_CONCURRENCY_MODEL "process"
 
48
 
39
49
        #define DEFAULT_LOG_LEVEL 0
40
50
 
41
 
        #define DEFAULT_RUBY "ruby"
42
 
 
43
 
        #define DEFAULT_PYTHON "python"
 
51
        #define DEFAULT_MAX_INSTANCES_PER_APP 0
44
52
 
45
53
        #define DEFAULT_MAX_POOL_SIZE 6
46
54
 
 
55
        #define DEFAULT_NODEJS "node"
 
56
 
47
57
        #define DEFAULT_POOL_IDLE_TIME 300
48
58
 
49
 
        #define DEFAULT_MAX_INSTANCES_PER_APP 0
50
 
 
51
 
        #define DEFAULT_WEB_APP_USER "nobody"
52
 
 
53
 
        #define DEFAULT_ANALYTICS_LOG_USER "nobody"
54
 
 
55
 
        #define DEFAULT_ANALYTICS_LOG_GROUP ""
56
 
 
57
 
        #define DEFAULT_ANALYTICS_LOG_PERMISSIONS "u=rwx,g=rx,o=rx"
 
59
        #define DEFAULT_PYTHON "python"
 
60
 
 
61
        #define DEFAULT_RUBY "ruby"
 
62
 
 
63
        #define DEFAULT_START_TIMEOUT 90000
 
64
 
 
65
        #define DEFAULT_THREAD_COUNT 1
58
66
 
59
67
        #define DEFAULT_UNION_STATION_GATEWAY_ADDRESS "gateway.unionstationapp.com"
60
68
 
61
69
        #define DEFAULT_UNION_STATION_GATEWAY_PORT 443
62
70
 
 
71
        #define DEFAULT_WEB_APP_USER "nobody"
 
72
 
 
73
        #define FEEDBACK_FD 3
 
74
 
 
75
        #define INDEX_DOC_URL "http://www.modrails.com/documentation/Users%20guide.html"
 
76
 
 
77
        #define MESSAGE_SERVER_MAX_PASSWORD_SIZE 100
 
78
 
63
79
        #define MESSAGE_SERVER_MAX_USERNAME_SIZE 100
64
80
 
65
 
        #define MESSAGE_SERVER_MAX_PASSWORD_SIZE 100
 
81
        #define NGINX_DOC_URL "http://www.modrails.com/documentation/Users%20guide%20Nginx.html"
 
82
 
 
83
        #define PASSENGER_VERSION "4.0.25"
66
84
 
67
85
        #define POOL_HELPER_THREAD_STACK_SIZE 262144
68
86
 
70
88
 
71
89
        #define PROCESS_SHUTDOWN_TIMEOUT_DISPLAY "1 minute"
72
90
 
73
 
        #define PASSENGER_VERSION "4.0.10"
 
91
        #define PROGRAM_NAME "Phusion Passenger"
 
92
 
 
93
        #define SERVER_INSTANCE_DIR_GENERATION_STRUCTURE_MAJOR_VERSION 3
 
94
 
 
95
        #define SERVER_INSTANCE_DIR_GENERATION_STRUCTURE_MINOR_VERSION 0
74
96
 
75
97
        #define SERVER_INSTANCE_DIR_STRUCTURE_MAJOR_VERSION 1
76
98
 
77
99
        #define SERVER_INSTANCE_DIR_STRUCTURE_MINOR_VERSION 0
78
100
 
79
 
        #define SERVER_INSTANCE_DIR_GENERATION_STRUCTURE_MAJOR_VERSION 2
80
 
 
81
 
        #define SERVER_INSTANCE_DIR_GENERATION_STRUCTURE_MINOR_VERSION 0
82
 
 
83
 
        #define FEEDBACK_FD 3
 
101
        #define STANDALONE_DOC_URL "http://www.modrails.com/documentation/Users%20guide%20Standalone.html"
 
102
 
 
103
        #define STANDALONE_NGINX_CONFIGURE_OPTIONS "--with-cc-opt='-Wno-error' --without-http_fastcgi_module --without-http_scgi_module --without-http_uwsgi_module --with-http_gzip_static_module --with-http_stub_status_module --with-http_ssl_module"
 
104
 
 
105
        #define SUPPORT_URL "http://www.phusionpassenger.com/support"
84
106
 
85
107
 
86
108
#endif /* _PASSENGER_CONSTANTS_H */