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 [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to