| Server IP : 162.214.74.102 / Your IP : 216.73.216.192 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /opt/cpanel/ea-ruby24/src/passenger-release-6.0.20/test/ |
Upload File : |
{
//// This file contains system-specific configuration options that the test suite needs.
//// Please customize it for your system.
// These are the usernames and group names of normal, non-administrator
// users and groups. Preferably, these are user and group accounts that
// are normally not used.
//
// These users and groups MUST be able to access this 'test' directory,
// otherwise the tests will fail.
///// Good values for Linux and FreeBSD. Same restrictions apply.
"normal_user_1": "games",
"normal_user_2": "daemon",
"default_user": "man",
"normal_group_1": "daemon",
"normal_group_2": "man",
"default_group": "games",
// A nonexistant username, group name, user ID and group ID.
"nonexistant_user": "xxxxxxxxxxxxxxxxxxx",
"nonexistant_group": "xxxxxxxxxxxxxxxxxxx",
"nonexistant_uid": 9999,
"nonexistant_gid": 9999,
// If you want to run the Nginx integration tests, then set the following
// config option to the full path of the Nginx binary. This Nginx binary *must*
// be compiled with Phusion Passenger support!
"nginx": "/home/vagrant/nginx/objs/nginx"
}