Re: [gentoo-user] htpasswd works only for valid-user

2010-03-09 Thread Mick
On Tuesday 09 March 2010 15:50:11 Laurent Kappler wrote: > Mick a écrit : > > On Monday 08 March 2010 19:48:12 Laurent Kappler wrote: > >> Hi > >> > >> I'm using htpasswd to write the user password form my htaccess. > >> > >> It works only if I put "require valid-user" not if I put "require > >> sp

Re: [gentoo-user] htpasswd works only for valid-user

2010-03-09 Thread Laurent Kappler
Mick a écrit : On Monday 08 March 2010 19:48:12 Laurent Kappler wrote: Hi I'm using htpasswd to write the user password form my htaccess. It works only if I put "require valid-user" not if I put "require specificuser" any idea? Have you tried: AuthType Basic (or Digest)

Re: [gentoo-user] htpasswd works only for valid-user

2010-03-09 Thread Laurent Kappler
Mick a écrit : On Monday 08 March 2010 19:48:12 Laurent Kappler wrote: Hi I'm using htpasswd to write the user password form my htaccess. It works only if I put "require valid-user" not if I put "require specificuser" any idea? Have you tried: AuthType Basic (or Digest)

Re: [gentoo-user] htpasswd works only for valid-user

2010-03-09 Thread Laurent Kappler
Mick a écrit : On Monday 08 March 2010 19:48:12 Laurent Kappler wrote: Hi I'm using htpasswd to write the user password form my htaccess. It works only if I put "require valid-user" not if I put "require specificuser" any idea? Have you tried: AuthType Basic (or Digest)

Re: [gentoo-user] htpasswd works only for valid-user

2010-03-08 Thread Mick
On Monday 08 March 2010 19:48:12 Laurent Kappler wrote: > Hi > > I'm using htpasswd to write the user password form my htaccess. > > It works only if I put "require valid-user" not if I put "require > specificuser" > > any idea? Have you tried: AuthType Basic (or Digest) AuthUs

Re: [gentoo-user] htpasswd works only for valid-user

2010-03-08 Thread Alan McKinnon
On Monday 08 March 2010 21:48:12 Laurent Kappler wrote: > Hi > > I'm using htpasswd to write the user password form my htaccess. > > It works only if I put "require valid-user" not if I put "require > specificuser" > > any idea? It should work, if everything else is correct. With that in mind,

[gentoo-user] htpasswd works only for valid-user

2010-03-08 Thread Laurent Kappler
Hi I'm using htpasswd to write the user password form my htaccess. It works only if I put "require valid-user" not if I put "require specificuser" any idea? thx Laurent