A fentivel próbálkozom,a .htaccesben 3 sor:
AuthType Basic
AuthName "Restriiles"
AuthUserFile /etc/httpd/http-pass
userek rendben,a pass file megvan, addig nem is enged be amig u/p nem stimmel, aztan meg:
[Tue Feb 07 22:32:26 2006] [crit] [client 87.97.27.92] configuration error: couldn't check access. No groups file?: /private/
- 5857 megtekintés
Hozzászólások
Require valid-user <-- ez még ott van a .htaccessben
- A hozzászóláshoz be kell jelentkezni
AuthType Basic
AuthName "MySQL.IntraNet"
AuthUserFile /conf/psswd/mysql.psswd
AuthGroupFile /dev/null
[Limit GET POST PUT]
require valid-user
[/Limit]
en igy oldom meg, de nem kapcsos hanem csoros a zarojel
- A hozzászóláshoz be kell jelentkezni
kösz, bár a mod_authz_groupfile (http://httpd.apache.org/docs/2.2/mod/mod_authz_groupfile.html) be sem volt töltve. mindegy, betöltöttem, hibaüzenet változatlan.
- A hozzászóláshoz be kell jelentkezni
Megvan ;)
I've took the time to recompile my 2.2 with only these 3 mods :
mod_authn_file
mod_authz_user
mod_auth_basic
and I have no more stranges errors: these are the minimal set for
authentication.Thanks. J&B
http://aspn.activestate.com/ASPN/Mail/Message/httpd-users/2996076
- A hozzászóláshoz be kell jelentkezni