authorization based on file system ACL

2008-09-10 Thread Paul B. Henson
A while back I posted a question on the list regarding the existence of an Apache module that did authorization based on file system ACL. I didn't get any responses, and being unable to find anything like that, ended up developing one myself. If anyone's interested, it's available from: h

Re: Apache modification questions

2008-09-10 Thread Andrej van der Zee
Hi, A post doesn't normally have anything in the > QUERY_STRING. Rather a POSTed form has the stuff > being sent in the request body, which is read from > STDIN by a script. QUERY_STRING is still available > for use. Consider this form: > > form method=post action=myscript.cgi > input name=em

Re: Apache modification questions

2008-09-10 Thread Ray Morris
> This is a bit awkward since the QUERY_STRING in POST > can be anything, for example an XML-documents. .. > Though, how should I deal with, for example, an > XML-document in a POST requests? Where should I > "hide" the transaction identifier? A post doesn't normally have anything in the