|
Bearsampp 2026.3.26
API documentation
|
Protected Member Functions | |
| getBinInstance ($bearsamppBins) | |
| getCommandMapping () | |
| getServiceLangConstant () | |
| Protected Member Functions inherited from ActionDebugBase | |
| hasContentKey () | |
| isSyntaxCheckCommand ($command) | |
Additional Inherited Members | |
| Public Member Functions inherited from ActionDebugBase | |
| __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.
|
protected |
Get the Apache binary instance
| object | $bearsamppBins | The bins object containing all service binaries |
Reimplemented from ActionDebugBase.
Definition at line 35 of file class.action.debugApache.php.
References $bearsamppBins.
|
protected |
Get the command-to-caption mapping for Apache
Reimplemented from ActionDebugBase.
Definition at line 45 of file class.action.debugApache.php.
References 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_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, and Lang\DEBUG_APACHE_VHOSTS_SETTINGS.
|
protected |
Get the service name for language strings
Reimplemented from ActionDebugBase.
Definition at line 24 of file class.action.debugApache.php.