Bearsampp
2026.7.11
Toggle main menu visibility
Loading...
Searching...
No Matches
class.action.debugApache.php
Go to the documentation of this file.
1
<?php
2
/*
3
* Copyright (c) 2021-2024 Bearsampp
4
* License: GNU General Public License version 3 or later; see LICENSE.txt
5
* Author: Bear
6
* Website: https://bearsampp.com
7
* Github: https://github.com/Bearsampp
8
*/
9
17
class
ActionDebugApache
extends
ActionDebugBase
18
{
24
protected
function
getServiceLangConstant
()
25
{
26
return
'APACHE'
;
27
}
28
35
protected
function
getBinInstance
(
$bearsamppBins
)
36
{
37
return
$bearsamppBins
->getApache();
38
}
39
45
protected
function
getCommandMapping
()
46
{
47
return
[
48
BinApache::CMD_VERSION_NUMBER
=> [
49
'lang'
=>
Lang::DEBUG_APACHE_VERSION_NUMBER
,
50
'editor'
=> false
51
],
52
BinApache::CMD_COMPILE_SETTINGS
=> [
53
'lang'
=>
Lang::DEBUG_APACHE_COMPILE_SETTINGS
,
54
'editor'
=> false
55
],
56
BinApache::CMD_COMPILED_MODULES
=> [
57
'lang'
=>
Lang::DEBUG_APACHE_COMPILED_MODULES
,
58
'editor'
=> false
59
],
60
BinApache::CMD_CONFIG_DIRECTIVES
=> [
61
'lang'
=>
Lang::DEBUG_APACHE_CONFIG_DIRECTIVES
,
62
'editor'
=> true
63
],
64
BinApache::CMD_VHOSTS_SETTINGS
=> [
65
'lang'
=>
Lang::DEBUG_APACHE_VHOSTS_SETTINGS
,
66
'editor'
=> true
67
],
68
BinApache::CMD_LOADED_MODULES
=> [
69
'lang'
=>
Lang::DEBUG_APACHE_LOADED_MODULES
,
70
'editor'
=> true
71
],
72
BinApache::CMD_SYNTAX_CHECK
=> [
73
'lang'
=>
Lang::DEBUG_APACHE_SYNTAX_CHECK
,
74
'editor'
=>
false
,
75
'syntaxCheck'
=> true
76
]
77
];
78
}
79
}
80
$bearsamppBins
global $bearsamppBins
Definition
ajax.apache.php:16
ActionDebugApache
Definition
class.action.debugApache.php:18
ActionDebugApache\getServiceLangConstant
getServiceLangConstant()
Definition
class.action.debugApache.php:24
ActionDebugApache\getCommandMapping
getCommandMapping()
Definition
class.action.debugApache.php:45
ActionDebugApache\getBinInstance
getBinInstance($bearsamppBins)
Definition
class.action.debugApache.php:35
ActionDebugBase
Definition
class.action.debugBase.php:20
BinApache\CMD_SYNTAX_CHECK
const CMD_SYNTAX_CHECK
Definition
class.bin.apache.php:37
BinApache\CMD_CONFIG_DIRECTIVES
const CMD_CONFIG_DIRECTIVES
Definition
class.bin.apache.php:34
BinApache\CMD_COMPILE_SETTINGS
const CMD_COMPILE_SETTINGS
Definition
class.bin.apache.php:32
BinApache\CMD_COMPILED_MODULES
const CMD_COMPILED_MODULES
Definition
class.bin.apache.php:33
BinApache\CMD_LOADED_MODULES
const CMD_LOADED_MODULES
Definition
class.bin.apache.php:36
BinApache\CMD_VERSION_NUMBER
const CMD_VERSION_NUMBER
Definition
class.bin.apache.php:31
BinApache\CMD_VHOSTS_SETTINGS
const CMD_VHOSTS_SETTINGS
Definition
class.bin.apache.php:35
Lang\DEBUG_APACHE_SYNTAX_CHECK
const DEBUG_APACHE_SYNTAX_CHECK
Definition
class.lang.php:322
Lang\DEBUG_APACHE_COMPILE_SETTINGS
const DEBUG_APACHE_COMPILE_SETTINGS
Definition
class.lang.php:317
Lang\DEBUG_APACHE_COMPILED_MODULES
const DEBUG_APACHE_COMPILED_MODULES
Definition
class.lang.php:318
Lang\DEBUG_APACHE_CONFIG_DIRECTIVES
const DEBUG_APACHE_CONFIG_DIRECTIVES
Definition
class.lang.php:319
Lang\DEBUG_APACHE_LOADED_MODULES
const DEBUG_APACHE_LOADED_MODULES
Definition
class.lang.php:321
Lang\DEBUG_APACHE_VERSION_NUMBER
const DEBUG_APACHE_VERSION_NUMBER
Definition
class.lang.php:316
Lang\DEBUG_APACHE_VHOSTS_SETTINGS
const DEBUG_APACHE_VHOSTS_SETTINGS
Definition
class.lang.php:320
sandbox
core
classes
actions
class.action.debugApache.php
Generated by
1.17.0