Ian Bicking wrote:
It's possible, it's just all weird and annoying. Here's a standard kind of recipe for Zope:

RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^/wherever/$1 /path/to/wkcgi/$1 [env=HTTP_CGI_AUTHORIZATION:%1,L,PT]

thanks ian, i will study that rewrite rule and adapt to my own needs. i'm pretty experimental these days and i wanted to accept http's PUT requests to upload contents to my personal photogalley (using quickput[1] command-line script). it was trivial to do except that, as i wrote, authentication headers didn't pass thru.

later,
deelan

[1] http://infomesh.net/2001/QuickPut/


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to