[users@httpd] Disable Method TRACE

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

 




I would like to disable http method TRACE from my apache webserver on z/linux (we have apache 2.2 not IBM http server powered by apache!)

I tried with these directives but it seems that it doesn't work.


<Directory />
 Options -Indexes
 AllowOverride All
 Allow from all
 <Limit GET POST OPTIONS>
  Order allow,deny
  Allow from all
 </Limit>
 <LimitExcept GET POST OPTIONS>
  Order deny,allow
  Deny from all
 </LimitExcept>
</Directory>


I've but these inside my virtual host section before a Proxypass directive.
Any ideas????

Please let me know.

Thanks a lot

manuciao
[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux