Hello,
I am trying to configure a PUT script (binary, actually) to
work with the Apache server (1.2b7). I would like to configure
it such that acess to 'put' to different areas require
different user authentication. From the look of it, I can only
see how to restrict access to the put script.
Is there an easy way to do this? If not, is there a way to pass
the curretly validated username to the PUT script (so the PUT
script can compare the authenticated name, and requested path
and determine if they are allowed).
If it is a method too simple to explain here, pointing me to the
appropriate docs to read would be cool. I have not had much luck
finding materials on PUT.
-Scott MacKay