Skip to content

Commit 75af92b

Browse files
authored
Remove required mod_autoindex (#218)
The module is NOT required for TYPO3. In fact, in the default TYPO3 .htaccess directory listings are disabled: `<IfModule mod_autoindex.c>` Options -Indexes `</IfModule>` The module mod_autoindex is not required to disable the directoriy listings. It provides the directory listings in the first place (which can then be disabled). So, if one wants to add the module, they can, but it is not a requirement for TYPO3.
1 parent 81e3625 commit 75af92b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Documentation/SystemRequirements/Apache.rst.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ mod_alias:
2323
mod_authz_core:
2424
Block access to specific files and directories
2525

26-
mod_autoindex:
27-
Used for disabling directory listings
28-
2926
mod_deflate:
3027
Used for compression and performance.
3128

0 commit comments

Comments
 (0)