R
R
Rishat Sultanov2017-07-31 15:05:04
Apache HTTP Server
Rishat Sultanov, 2017-07-31 15:05:04

What does useless use of allowoverride mean?

In Apache configs, such a warning is useless use of allowoverride in httpd conf.
What does this mean?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rsa97, 2017-07-31
@rishatss

Such a warning can be issued when AllowOverride is duplicated in the config for nested directories, for example:

<Directory "/var/www">
    AllowOverride None
</Directory>
<Directory "/var/www/config">
    AllowOverride None
</Directory>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question