[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Removing stupid HTTP methods from Apache



This is what people suggest for Subversion:

        <Location /test>
          AuthType Basic
          AuthName "Subversion repository"
          AuthUserFile /usr/local/etc/apache2/svn-pass
             <LimitExcept GET PROPFIND OPTIONS REPORT>
                 Require valid-user
             </LimitExcept>

                DAV svn
                SVNPath /var/svn/test
        </Location>


On Tue, Dec 03, 2002 at 01:27:36PM -0800, Anne Carasik wrote:
> Hi all,
> 
> I'm running Apache on a Woody machine, and I can't figure
> out for the life of me how to disable certain insecure HTTP
> methods like PROPFIND and PUT.
> 
> Can someone please help me out? I've been searching through
> the docs and google, and I'm hoping I just overlooked something
> obvious.
> 
> TIA,
> 
> -Anne
> -- 
>               .-"".__."``".   Anne Carasik, System Administrator
>  .-.--. _...' (/)   (/)   ``'   gator at cacr dot caltech dot edu 
> (O/ O) \-'      ` -="""=.    ',  Center for Advanced Computing Research    
> ~`~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 




Reply to: