Re: [SOLVED]Re: apache authentication

2003-03-22 Thread Joseph A Nagy Jr
Ernst-Magne Vindal wrote: I think you have are right, I'll take a closer look at this one. I'we really learn a lot these days, playing around with apache. Thanks again Apache is the easiest (and best documented) program I've ever used. I'm glad I could help (even if in a small way) :) -- http

Re: [SOLVED]Re: apache authentication

2003-03-22 Thread Ernst-Magne Vindal
Jacob S. wrote: On Sat, 22 Mar 2003 18:07:03 +0100 Ernst-Magne Vindal <[EMAIL PROTECTED]> wrote: But... If I want more sites/pages under /www to have authentication, how to do that? Can I do: AuthType Basic AuthName "By Invitation Only" AuthUserFile /usr/local/apache/passwd/.htpasswd Require val

Re: [SOLVED]Re: apache authentication

2003-03-22 Thread Jacob S .
On Sat, 22 Mar 2003 18:07:03 +0100 Ernst-Magne Vindal <[EMAIL PROTECTED]> wrote: > > But... > > If I want more sites/pages under /www to have authentication, how to > > do that? Can I do: > > > > > > AuthType Basic > > AuthName "By Invitation Only" > > AuthUserFile /usr/local/apache/passwd/.htp

[SOLVED]Re: apache authentication

2003-03-22 Thread Ernst-Magne Vindal
Ernst-Magne Vindal wrote: Joseph A Nagy Jr wrote: Ernst-Magne Vindal wrote: Hi I'm trying to set up a site under my main site with auth, but can get it working. What I have done is: htpasswd -c /usr/local/apache/passwd/passwords username Okay chown root.nogroup /usr/local/apache/passwd/passwor