Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 2
    a2dismod -f autoindex worked perfectly in the script. Thanks! And I have always disabled autoindex without any noticeable side effects.
    – Maris B.
    Commented Jul 3, 2018 at 7:19
  • I feel like I'm missing something, but near as I can tell, the version module doesn't tell people what version of Apache you're running. It lets you adjust directives in your configurations according to things like <IfVersion>.
    – mlissner
    Commented Oct 24, 2020 at 17:27
  • 1
    @mlissner Indeed. The version can be hidden with ServerSignature Off. I'm pretty sure, though, that they ask you to remove the version module anyway. They should not be able to detect it without a successful penetration test, though... Commented Oct 24, 2020 at 17:36