X7ROOT File Manager
Current Path:
/opt/cpanel/ea-ruby27/src/passenger-release-6.1.2/src/cxx_supportlib
opt
/
cpanel
/
ea-ruby27
/
src
/
passenger-release-6.1.2
/
src
/
cxx_supportlib
/
??
..
??
Algorithms
??
AppLocalConfigFileUtils.h
(4.54 KB)
??
AppTypeDetector
??
BackgroundEventLoop.cpp
(9.83 KB)
??
BackgroundEventLoop.h
(2.13 KB)
??
ConfigKit
??
Constants.h
(4.82 KB)
??
Constants.h.cxxcodebuilder
(1.96 KB)
??
DataStructures
??
Exceptions.cpp
(6.36 KB)
??
Exceptions.h
(7.52 KB)
??
FileDescriptor.h
(8.85 KB)
??
FileTools
??
Hooks.h
(4.88 KB)
??
IOTools
??
InstanceDirectory.h
(9.11 KB)
??
Integrations
??
JsonTools
??
LoggingKit
??
LveLoggingDecorator.h
(3.29 KB)
??
MemoryKit
??
ProcessManagement
??
README.md
(199 B)
??
RandomGenerator.h
(4.9 KB)
??
ResourceLocator.h
(5.75 KB)
??
SafeLibev.h
(7.83 KB)
??
SecurityKit
??
ServerKit
??
StaticString.h
(8.84 KB)
??
StrIntTools
??
SystemTools
??
Utils
??
Utils.cpp
(9.07 KB)
??
Utils.h
(4.05 KB)
??
WatchdogLauncher.cpp
(3.86 KB)
??
WatchdogLauncher.h
(16.53 KB)
??
WrapperRegistry
??
oxt
??
vendor-copy
??
vendor-modified
Editing: Constants.h
/* * encoding: utf-8 * Phusion Passenger - https://www.phusionpassenger.com/ * Copyright (c) 2010-2025 Asynchronous B.V. * * "Passenger", "Phusion Passenger" and "Union Station" are registered * trademarks of Asynchronous B.V. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ #ifndef _PASSENGER_CONSTANTS_H_ #define _PASSENGER_CONSTANTS_H_ /* * Constants.h is automatically generated from Constants.h.cxxcodebuilder by the build system. * All constants are derived from src/ruby_supportlib/phusion_passenger/constants.rb. * * To force regenerating this file: * rm -f src/cxx_supportlib/Constants.h * rake src/cxx_supportlib/Constants.h */ #define AGENT_EXE "PassengerAgent" #define DEB_APACHE_MODULE_PACKAGE "libapache2-mod-passenger" #define DEB_DEV_PACKAGE "passenger-dev" #define DEB_MAIN_PACKAGE "passenger" #define DEB_NGINX_PACKAGE "nginx-extras" #define DEFAULT_ANALYTICS_LOG_GROUP "" #define DEFAULT_ANALYTICS_LOG_PERMISSIONS "u=rwx,g=rx,o=rx" #define DEFAULT_ANALYTICS_LOG_USER "nobody" #define DEFAULT_APP_ENV "production" #define DEFAULT_APP_OUTPUT_LOG_LEVEL 3 #define DEFAULT_APP_OUTPUT_LOG_LEVEL_NAME "notice" #define DEFAULT_APP_THREAD_COUNT 1 #define DEFAULT_BIND_ADDRESS "127.0.0.1" #define DEFAULT_CONCURRENCY_MODEL "process" #define DEFAULT_CONNECT_TIMEOUT 30 #define DEFAULT_FILE_BUFFERED_CHANNEL_THRESHOLD 131072 #define DEFAULT_HTTP_SERVER_LISTEN_ADDRESS "tcp://127.0.0.1:3000" #define DEFAULT_INTEGRATION_MODE "standalone" #define DEFAULT_LOG_LEVEL 3 #define DEFAULT_LOG_LEVEL_NAME "notice" #define DEFAULT_LVE_MIN_UID 500 #define DEFAULT_MAX_POOL_SIZE 6 #define DEFAULT_MAX_PRELOADER_IDLE_TIME 300 #define DEFAULT_MAX_REQUEST_QUEUE_SIZE 100 #define DEFAULT_MBUF_CHUNK_SIZE 4096 #define DEFAULT_NODEJS "node" #define DEFAULT_POOL_IDLE_TIME 300 #define DEFAULT_PYTHON "python" #define DEFAULT_RESPONSE_BUFFER_HIGH_WATERMARK 134217728 #define DEFAULT_RUBY "ruby" #define DEFAULT_SOCKET_BACKLOG 2048 #define DEFAULT_SPAWN_METHOD "smart" #define DEFAULT_START_TIMEOUT 90000 #define DEFAULT_STAT_THROTTLE_RATE 10 #define DEFAULT_STICKY_SESSIONS_COOKIE_ATTRIBUTES "SameSite=Lax; Secure;" #define DEFAULT_STICKY_SESSIONS_COOKIE_NAME "_passenger_route" #define DEFAULT_WEB_APP_USER "nobody" #define ENTERPRISE_URL "https://www.phusionpassenger.com/features#premium-features" #define FEEDBACK_FD 3 #define FLYING_PASSENGER_NAME "Flying Passenger" #define GLOBAL_NAMESPACE_DIRNAME "passenger" #define LOG_MONITORING_MAX_LINES 200 #define MESSAGE_SERVER_MAX_PASSWORD_SIZE 100 #define MESSAGE_SERVER_MAX_USERNAME_SIZE 100 #define PASSENGER_API_VERSION "0.3" #define PASSENGER_API_VERSION_MAJOR 0 #define PASSENGER_API_VERSION_MINOR 3 #define PASSENGER_DEFAULT_USER "nobody" #define PASSENGER_VERSION "6.1.2" #define POOL_HELPER_THREAD_STACK_SIZE 262144 #define PROCESS_SHUTDOWN_TIMEOUT 60 #define PROCESS_SHUTDOWN_TIMEOUT_DISPLAY "1 minute" #define PROGRAM_AUTHOR "Phusion" #define PROGRAM_NAME "Phusion Passenger(R)" #define PROGRAM_WEBSITE "https://www.phusionpassenger.com" #define RPM_APACHE_MODULE_PACKAGE "mod_passenger" #define RPM_DEV_PACKAGE "passenger-devel" #define RPM_MAIN_PACKAGE "passenger" #define RPM_NGINX_PACKAGE "nginx" #define SERVER_INSTANCE_DIR_STRUCTURE_MAJOR_VERSION 4 #define SERVER_INSTANCE_DIR_STRUCTURE_MINOR_VERSION 0 #define SERVER_INSTANCE_DIR_STRUCTURE_MIN_SUPPORTED_MINOR_VERSION 0 #define SERVER_KIT_MAX_SERVER_ENDPOINTS 4 #define SERVER_TOKEN_NAME "Phusion_Passenger" #define SHORT_PROGRAM_NAME "Passenger" #define SPAWNINGKIT_MAX_ERROR_CATEGORY_SIZE 32 #define SPAWNINGKIT_MAX_JOURNEY_STEP_FILE_SIZE 32 #define SPAWNINGKIT_MAX_PROPERTIES_JSON_SIZE 32768 #define SPAWNINGKIT_MAX_SUBPROCESS_ENVDUMP_SIZE 131072 #define SPAWNINGKIT_MAX_SUBPROCESS_ERROR_MESSAGE_SIZE 131072 #define SUPPORT_URL "https://www.phusionpassenger.com/support" #define USER_NAMESPACE_DIRNAME ".passenger" #endif /* _PASSENGER_CONSTANTS_H_ */
Upload File
Create Folder