]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
pytest_suite: add missing modules/access/htaccess/ directory and index.html
authorJim Jagielski <jim@apache.org>
Wed, 3 Jun 2026 17:28:47 +0000 (17:28 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 3 Jun 2026 17:28:47 +0000 (17:28 +0000)
commit84aa777f02e9dd721cb42cedb132dbe4e5a4c8e6
tree2e5049cd08a201f5e558aebeb4bffd15efbbe461
parent514a5be1ee7aaaa7f94338a68b9517b2c56cb1bd
pytest_suite: add missing modules/access/htaccess/ directory and index.html

test_access.py (mod_access_compat Order/Allow/Deny tests) writes
.htaccess at runtime for each permutation and then GETs index.html to
verify access is granted or denied.  The directory and its empty
index.html must pre-exist; .htaccess itself is written by the test.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934938 13f79535-47bb-0310-9956-ffa450edef68
test/pytest_suite/t/htdocs/modules/access/htaccess/index.html [new file with mode: 0644]