| | Hi! I found a difference of Apache between 2.0.52-9 an 1.3.29 I run Apahce 2 and 1.3 on Redhatas4 and use the same configuration below . I can go through authentication on 1.3,but can't go through authentication on 2.. # <Directory "/var/www/html/private"> AllowOverride None AuthType Basic AuthName "jamond" AuthUserFile /var/www/passwd/jamond require valid-user </Directory> # and the passwd file :jamond is -rwxrwxrwx 1 apache apache 18 5 16 21:26 jamond What difference is there ? |

