This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
Well, for TRACE, all you'd need to do is edit your Apache config, set "TraceEnable Off", and then restart Apache.
For OPTIONS -- I'm not particularly familiar with that, though it looks like you may need to put together some mod_rewrite code in your Apache `config. There's some examples that you'll see if you Google "apache disable options".
Howdy,
Well, for TRACE, all you'd need to do is edit your Apache config, set "TraceEnable Off", and then restart Apache.
For OPTIONS -- I'm not particularly familiar with that, though it looks like you may need to put together some mod_rewrite code in your Apache `config. There's some examples that you'll see if you Google "apache disable options".
-Eric
Thank you Eric
I got it working. To disable OPTIONS I had to include the following lines on each virtualserver in httpd.conf:
But it only worked after I commented the line: "allow from all".
So "allow from all" is not in effect on my virtualservers. Can that be a problem?
Thanks . Rogerio