服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. apache 2.2 configuration
  3. 在Apache mod_cluster中禁用nonce检查
Intereting Posts
单个TCP连接的吞吐量不好 Debian挤压Hyper-V驱动程序 AWS – 启动NAT实例之前启动的LaunchConfig(CloudFormation) Lucene.NET的系统要求 只有当sshd是守护进程时,公钥authentication才会失败 设置Redhat自动挂载带有执行权限的CDROM 两个用户可以共享一个sambaSID吗? NGINX使用proxy_set_header主机$主机; 把我送到404 如何testing一个URL资源存在于鱿鱼caching或不? nginx块curl和wget TCP反向代理通过VPN 双核的debian服务器 单个ADCS实例能“持有”多个PKI名称空间吗? 具有1个mini-SAS接口的RAID卡:如何物理连接16个磁盘? 如何检查特定分区上的内容

在Apache mod_cluster中禁用nonce检查

我想用mod_cluster在我的Apache服务器上编写一个shell脚本来启用和禁用上下文。 但是,由于nonce,它不工作。 如何禁用此检查?

谷歌search显示有一个CheckNonce选项,但不表示应该去哪个configuration文件。

  • Clustring haproxy + Apache + MySQL
  • 基于目录的Apache AllowOverride
  • 如何使apache,node.js,beego和https很好地一起工作?
  • 3中,只有一个mod_jk worker不工作
  • 在Apache /2.4.7 ubuntu 14.04中多宿主ssl / https站点

CheckNonce是mod_managerconfiguration的一部分,您可以在您的Apache mod_clusterconfiguration中设置CheckNonce Off 。

例如:

 <VirtualHost *:6666> <Location /> Order deny,allow Deny from all Allow from 10.33.144. </Location> CheckNonce Off .... </VirtualHost> 
  • DOS和DDOS攻击
  • 检查一个恒定的文件请求是否泛滥服务器
  • WordPress的应用程序提供500
  • 我是否正确,我仍然需要在我的应用程序指向CNAMElogging的用户的虚拟主机logging?
  • 我如何避免不存在的文件系统请求?
  • 将页面/子文件夹redirect到新的域名url,而无需在浏览器中更改url
  • redirect到.htaccess中的绝对URL会在OpenShift上返回错误的主机名
  • 即使页面生成速度非常快,CPU的秒数值也非常高
  • 如何检查SSL证书是否成功更新
  • 使用apache / mod-wsgi限制每个httpd.worker的内存和CPU使用率?

  • © 2017 服务器 Gind.cn
  • Topics
  •        
  • Powered by Server
  • Privacy Policy