X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/edd380241e9ba2b750eb9a1f82ffd6feeab6252f..2aeb9eece3df3aacb6813db7b151256c2e49a1c2:/tests/testApache.dtl diff --git a/tests/testApache.dtl b/tests/testApache.dtl index 9c28fcd..acade80 100644 --- a/tests/testApache.dtl +++ b/tests/testApache.dtl @@ -44,5 +44,20 @@ domain "hcoop.net" with alias "/doc/mailman" "/home/adamc/mailman"; directoryIndex ["index.sml", "index.h", "index.v"] - end + end; + + vhost "secret" with + location "/" with + authType basic; + authName "Herman the skunk"; + authUserFile "/home/adamc/passwds"; + + requireValidUser; + requireUser ["freddy", "flicky"]; + requireGroup ["awesome"]; + + orderDenyAllow; + satisfyAny + end + end; end