Well this is my second question and focourse it's about protecting my pages from others. I have googled it and managed to get up to the point where it asks me for the username and password and it goes in without prompting me for it again. So obviously the password is working and all. So after it goes in, I get this:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@mshome.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
***************************
Me error log says:
[Tue Sep 23 23:00:27 2003] [crit] [client ip address] configuration error: couldn't check access. No groups file?: /pictures/Album1.htm
I haven't got a clue what that means. Please help.
oh and the stuff I added to my httpd are the following:
<Directory "D:/Apachegroup/Apache2/htdocs/pictures">
AllowOverride AuthConfig
</Directory>
<Directory "D:/Apachegroup/Apache2/htdocs/pictures">
AuthType Basic
AuthName "By Invitation Only"
AuthUserFile /Apachegroup/Apache2/bin/password
AuthGroupFile /Apachegroup/Apache2/bin/group
Require group GroupName
</Directory>
Nothing else, should I have something else too?
Thanks mates
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@mshome.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
***************************
Me error log says:
[Tue Sep 23 23:00:27 2003] [crit] [client ip address] configuration error: couldn't check access. No groups file?: /pictures/Album1.htm
I haven't got a clue what that means. Please help.
oh and the stuff I added to my httpd are the following:
<Directory "D:/Apachegroup/Apache2/htdocs/pictures">
AllowOverride AuthConfig
</Directory>
<Directory "D:/Apachegroup/Apache2/htdocs/pictures">
AuthType Basic
AuthName "By Invitation Only"
AuthUserFile /Apachegroup/Apache2/bin/password
AuthGroupFile /Apachegroup/Apache2/bin/group
Require group GroupName
</Directory>
Nothing else, should I have something else too?
Thanks mates