LimitExcept examples?

2006-02-27 Thread ed . wittmann
deny not allowed here at /usr/local/perl/lib/site_perl/5.8.4/sun4-solaris-thread-multi/Apache2/Perl Sections.pm line 203.\n Is what I'm trying to do here possible? If I take out the "Deny" the conf file runs just fine, but of course then the directive doesn't do me much good. Thanks, Ed Wittmann

RE: LimitExcept examples?

2006-02-27 Thread ed . wittmann
Well, I seem to have answered my own question: $Location{"/$svn_location/$name/tags"} = { LimitExcept => { "GET PROPFIND OPTIONS REPORT COPY" => { deny => "from all", } } }; -Original Message- From: Ed Wittmann Sen