ce-ai vazut tu e ceva de felul :
/httpd/html/gigi/*.htm pagini pentru toti
/httpd/html/gigi/numa_unii/*.htm pagini ce nu vrei sa le vada toti
<VirtualHost server>
ServerAdmin webmaster@
DocumentRoot /web/httpd/html/
ServerName www.
ErrorLog logs/www-error_log
CustomLog logs/www-access_log common
<Directory /web/httpd/html/gigi/unii>
AuthType Basic
AuthName access
AuthGroupFile /dev/null
AuthUserFile /web/httpd/fisier_cu_parole
<Limit PUT GET>
allow from all
require valid-user
</Limit>
</Directory>
</virtualhost>
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.