GUI editor to tame mod_security rules

⌈⌋ ⎇ branch:  modseccfg


Artifact [be77d09c86]

Artifact be77d09c860fbdb4a90798b08864da95153ac86e2c28eaa9395cf2e58473c456:

  • File test/vhost_list.inp — part of check-in [cb3a619fe0] at 2020-12-01 20:49:54 on branch trunk — publish data test (mostly vhost/secrule extraction) (user: mario size: 435)

# This will just collect one `vhost`, with the first directives sticking,
# for server name and documentroot at least.
# We don't actually collect vhosts per section, but on per-filename basis.

<VirtualHost *>
 ServerName first
 DocumentRoot /tmp
</VirtualHost>

<VirtualHost *>
 ServerName second
 DocumentRoot /dev/null
</VirtualHost>

<VirtualHost *>
 ServerName third
 ServerAlias *.localnet
 DocumentRoot /
</VirtualHost>

# end