Mobile app version of vmapp.org
Login or Join
Ogunnowo487

: Try putting satisfy any order deny,allow deny from all at the top instead of at the bottom: <Directory "/var/www"> # Allow Network Access and/or Basic Auth order deny,allow Satisfy any

@Ogunnowo487

Try putting

satisfy any
order deny,allow
deny from all


at the top instead of at the bottom:

<Directory "/var/www">
# Allow Network Access and/or Basic Auth
order deny,allow
Satisfy any

allow from 192.168

AuthName "Enter passwd!"
require valid-user
AuthUserFile /var/.passwd
AuthType Basic

deny from all
</Directory>

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Ogunnowo487

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme