[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: HTACCESS



Hi,


> htpasswd2: cannot create file /var/password/passwd

Versuch mal den Aufruf so:  htpasswd2 -c /var/password/.htpasswd admin


>         DocumentRoot /var/www/
>         <Directory />
>                 Options FollowSymLinks Multiviews
>                 AllowOverride All
>                 Order deny,allow
>                 Deny from all
>         </Directory>


Du solltest noch AuthConfig dem Apache erlauben, denn nur dann wird er die
Passwort Abfrage machen.

         <Directory />
                 Options AuthConfig FollowSymLinks Multiviews
                 AllowOverride All
                 Order deny,allow
                 Deny from all
         </Directory>
         
-- 
MFG Stephan



Reply to: