On Mon, 6 Jan 2003, David Cogley wrote: > > An entry from my access_log that has been bothering me!!! > > > > 134.22.68.226 - - [02/Jan/2003:07:02:42 -0500] "OPTIONS / HTTP/1.1" 200 - > > "-" "Microsoft-WebDAV-MiniRedir/5.1.2600" > > 1) Is there a better place to post my Apache questions?
comp.infosystems.www.servers.unix is the de facto apache group. Just don't post from an address you don't want spammers to have. > 2) I'm told not to worry since this was a DoS attack attempt directed > against IIS. Is that true? It's true you shouldn't worry, but it's not an attack. Later versions of IE do this whenever they download a potentially editable file (such as a .doc) from a web server. It wants to know if the server supports PROPPATCH, COPY, MOVE for saving the edited file back. The UI may change slightly if yes. > 4) Other than reading httpd.conf, how can I find out which OPTIONS are > available on DocumentRoot? [rcgraves@quixote ~]$ telnet www.brandeis.edu 80 OPTIONS / HTTP/1.1 Host: www.brandeis.edu Connection: close # end with two newlines --- Send mail for the `bblisa' mailing list to `[EMAIL PROTECTED]'. Mail administrative requests to `[EMAIL PROTECTED]'.
