-
Ensign
[Esame]Web Server Apache
Utilizzand il web server apache una delle richieste dell'esame è
Se si accede alle directory *_NAI deve essere mostrato l'errore 403-Forbidden
se si accede alle directory ACL_* deve essere richieste l'autenticazione
ora tutto ok tranne per la directory ACL_NAI che non riesco a fargli fare prima l'autenticazione poi il forbidden
ho provato usando
<Directory /tmp/apache/htdocs/ACL_NAI>
AllowOverride AuthConfig
Order allow,deny
deny from all
</Directory>
e non va
allora la combinazione
<Directory /home/Matteo/Scrivania/Labreti/Prove-Svolte/20090318b/htdocs/ACL_*>
AllowOverride AuthConfig
Order allow,deny
Allow from all
</Directory>
<Directory /home/Matteo/Scrivania/Labreti/Prove-Svolte/20090318b/htdocs/*_NAI>
AllowOverride None
Order allow,deny
Deny from all
</Directory>
e anche cosi mi da subito Forbidden senza passare per l'autenticazione
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
[Output: 36.65 Kb. compressed to 31.06 Kb. by saving 5.59 Kb. (15.26%)]