我正在尝试了解如何解释我的 dig 查询中的“附加部分”。
这是我的特定查询的附加部分:
;; ADDITIONAL SECTION:
janus.radore.com. 831 IN A 109.235.251.213
mimas.rh.com.tr. 458 IN A 77.75.34.2
titan.radore.com. 586 IN A 95.211.70.4
Run Code Online (Sandbox Code Playgroud)
这些数字是什么意思?什么是831?
以下是 google.com 挖掘中的同一部分:
;; ADDITIONAL SECTION:
ns1.google.com. 74569 IN A 216.239.32.10
ns2.google.com. 45794 IN A 216.239.34.10
ns3.google.com. 74569 IN A 216.239.36.10
ns4.google.com. 45794 IN A 216.239.38.10
Run Code Online (Sandbox Code Playgroud)
我的最终目标是找到我的域使用的名称服务器的性能。但我仍然想学习如何解释“附加部分”。
谢谢,哈鲁克
如果我们将以下几行添加到 sudoers:
Defaults requiretty
Defaults:apache !requiretty
apache ALL=NOPASSWD: /etc/init.d/httpd graceful
Run Code Online (Sandbox Code Playgroud)
有什么安全影响?
我的理解是:如果“网络用户”可以管理注入,他们可以优雅地重新启动 httpd 服务器?
还有什么危险吗?
如何确定我的 apache 服务器上是否安装了 mod_security?我也想了解它的版本。
我遇到了一些上传问题,我尝试使用 .htaccess 禁用 mod_security。但这开始产生 500 个内部服务器错误。
我在某处读到,根据我的 mod_security 版本,我可能无法使用 .htaccess 禁用它。所以我想了解我是否安装了 mod_security 以及它是什么版本。
我在一个centos 5盒子上。
谢谢!
更新 -1 xxxxxxxxxxxxx
下面的输出是否意味着我没有安装 mod_security?
[root@u11 htdocs]# httpd -l
Compiled in modules:
core.c
prefork.c
http_core.c
mod_so.c
Run Code Online (Sandbox Code Playgroud) 在安装 PHP APC 时,我收到了两个意想不到的问题。我之前在测试环境安装过APC,没有收到这些问题。
问题是:
以下是最初的几行安装:
# pear install pecl/apc
WARNING: channel "pecl.php.net" has updated its protocols, use "channel-update pecl.php.net" to update
downloading APC-3.1.6.tgz ...
Starting to download APC-3.1.6.tgz (148,835 bytes)
..........................done: 148,835 bytes
49 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
1. Enable per request file info about files used from the APC cache : no
1-1, 'all', 'abort', or Enter …Run Code Online (Sandbox Code Playgroud)