2024.8.23
|
Public Member Functions | |
__construct ($args) | |
Class ActionDebugApache
This class handles the debugging of Apache configurations and settings. It retrieves various Apache debug information based on the provided arguments and displays the information in a message box or editor.
Definition at line 17 of file class.action.debugApache.php.
ActionDebugApache::__construct | ( | $args | ) |
Constructor for ActionDebugApache.
array | $args | An array of arguments specifying the type of Apache debug information to retrieve. |
Definition at line 24 of file class.action.debugApache.php.
References $bearsamppBins, $bearsamppLang, Lang\APACHE, BinApache\CMD_COMPILE_SETTINGS, BinApache\CMD_COMPILED_MODULES, BinApache\CMD_CONFIG_DIRECTIVES, BinApache\CMD_LOADED_MODULES, BinApache\CMD_SYNTAX_CHECK, BinApache\CMD_VERSION_NUMBER, BinApache\CMD_VHOSTS_SETTINGS, Lang\DEBUG, Lang\DEBUG_APACHE_COMPILE_SETTINGS, Lang\DEBUG_APACHE_COMPILED_MODULES, Lang\DEBUG_APACHE_CONFIG_DIRECTIVES, Lang\DEBUG_APACHE_LOADED_MODULES, Lang\DEBUG_APACHE_SYNTAX_CHECK, Lang\DEBUG_APACHE_VERSION_NUMBER, Lang\DEBUG_APACHE_VHOSTS_SETTINGS, and Util\openFileContent().