[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

setting up authentication in apache ???



hi


i have some webpages generated by a CGI-script.

so i have:

~cis/cgi-bin/index.cgi?page=review
~cis/cgi-bin/index.cgi?page=research
~cis/cgi-bin/index.cgi?page=cisomatic

now i want to restrict access to the
~cis/cgi-bin/index.cgi?page=cisomatic
page to a user with a password.

i have made a user with a password:

htpasswd -c /etc/apache/users cis

and i have in my /etc/apache/access.conf

AuthName "restricted stuff"
AuthType Basic
AuthUserFile /etc/apache/users

require valid-user

but now what?


?

martin


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: