Results 1 to 4 of 4
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 ...
- 05-18-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 4
There is a difference between Apache 2 an Apache 1.3 .
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 !
- 05-18-2005 #2Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
I can give you a link with the new features in Apache 2.0.
http://httpd.apache.org/docs-2.0/new_features_2_0.htmlserzsite.com.ar
"All the drugs in this world won\'t save you from yourself"
- 05-19-2005 #3Just Joined!
- Join Date
- May 2005
- Posts
- 4
Thank you !
Thank you !
- 05-19-2005 #4Just Joined!
- Join Date
- May 2005
- Posts
- 4
Thank you !
Thank you !


Reply With Quote
