服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. apache 2.2 configuration
  3. 在Apache mod_cluster中禁用nonce检查
Intereting Posts
Docker的iptables = false选项似乎没有所需的行为 解压缩pipe道顺序 操作系统不同的用户 一个托pipe区域下有多个域? Amazon Route 53上的DNS帮助 win 2008 core创build一个带有偏移量的分区,以允许其他分区扩展 Letsencrypt与nginx自动构build服务器 有日志文件监控的经验 在BIOS之前,Dell 2950在DRAC提示符处停止。 我怎样才能从CD启动? 服务器上的SSL证书更改 IGMP中的IGMP /多播路由 Ubuntu 12.04在VLAN内打开80端口 MySQL 5.5.16允许匿名连接 远程自动configuration到XenServer虚拟机pipe理程序 AWS大型实例:/ mnt不显示应该可用的所有空间 XenServer 6.2无法在IBM System x3550 M2上引导

在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