IP |
|
Hostname |
|
Document Root |
/shared/httpd |
Custom config |
PHP_custom_config_files() as $file): ?>
';?>
|
PHP_has_valid_mysql_socket($err); ?>
MySQL socket |
'.$err.'' : $Docker->getEnv('MYSQL_SOCKET_PATH'); ?>
|
getEnv('MYSQL_ROOT_PASSWORD'), 'localhost'); ?>
MySQL test |
OK localhost:3306' : 'Failed: localhost:3306 '.$err.''; ?>
|
getEnv('MYSQL_ROOT_PASSWORD'), '127.0.0.1'); ?>
MySQL test |
OK 127.0.0.1:3306' : 'Failed: 127.0.0.1:3306 '.$err.''; ?>
|
getEnv('MYSQL_ROOT_PASSWORD'), $MYSQL_HOST_ADDR); ?>
MySQL test |
OK '.$MYSQL_HOST_ADDR.':3306' : 'Failed: '.$MYSQL_HOST_ADDR.':3306 '.$err.''; ?>
|
Postfix |
getEnv('ENABLE_MAIL') ? 'OK Enabled' : 'No Disabled';?> |
Xdebug enabled |
getEnv('PHP_XDEBUG_ENABLE') == 0) ? '' : $Docker->getEnv('PHP_XDEBUG_ENABLE'); ?>
PHP_config('xdebug.remote_enable')): ?>
PHP_config('xdebug.remote_enable') == 1 ? 'Yes' : 'No'; ?>
'; ?>
PHP_config('xdebug.remote_enable'); ?>
|
Xdebug remote |
getEnv('PHP_XDEBUG_REMOTE_HOST') == $Docker->PHP_config('xdebug.remote_host')): ?>
PHP_config('xdebug.remote_host'); ?>
'; ?>
PHP_config('xdebug.remote_host'); ?>
|
Xdebug Port |
getEnv('PHP_XDEBUG_REMOTE_PORT') == $Docker->PHP_config('xdebug.remote_port')): ?>
PHP_config('xdebug.remote_port'); ?>
'; ?>
PHP_config('xdebug.remote_port'); ?>
|