What I'd like is one username/password prompt for GET access to a
particular directory tree and a different username/password for PUT within
this same directory tree.
I've tried various things including two <Directory> sets for the same
directory with one of them having a <Limit PUT> and the other, as a test
only, a <Limit GET>.
The best I can get is being prompted twice for usernames and passwords at
the first access (GET) to this directory tree. Otherwise either access
via the wrong user or no access. I'm losing count of the combinations
and permutations I'm trying here so forgive me if I'm overlooking the
obvious!
Can this question be phrased "per-method authentication"?
This is 1.3.4 under solaris 2.5.
thx