
Chapter 9. Delegated control
Figure 9-2. The games directory
We can turn indexing off with the Options command as follows.
<VirtualHost *>
ServerName cheese.dept.cam.ac.uk
DocumentRoot /var/www/CHEESE
CustomLog logs/cheese_log clr
<Directory /var/www/CHEESE/games>
Options -Indexes
</Directory>
...
</VirtualHost>
Figure 9-3. httpd.conf: Turning off indexes
And any future attempt to index games gives a 403, Forbidden, error.
66
Komentarze do niniejszej Instrukcji