File: ModSecurity.xml

package info (click to toggle)
modsecurity-apache 2.9.3-3%2Bdeb11u2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 10,856 kB
  • sloc: ansic: 51,388; sh: 4,516; perl: 2,340; cpp: 1,930; makefile: 605; xml: 6
file content (13 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!--
    
    ModSecurity configuration schema.
    
-->

<configSchema>

  <sectionSchema name="system.webServer/ModSecurity">
    <attribute name="enabled" type="bool" defaultValue="false"/>
    <attribute name="configFile" type="string" defaultValue="c:\inetpub\modsecurity.conf" validationType="nonEmptyString" />
  </sectionSchema>
</configSchema>