Forum Moderators: phranque

Message Too Old, No Replies

There is a difference between Apache 2 an Apache 1.3 .

         

homan_eggs

9:14 am on May 18, 2005 (gmt 0)

10+ Year Member



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?
Expect a discussion whith you!