—A—

—B—

—C—

capture traffic – see traffic, capture

—D—

directory, make browsable – insert the following lines in your http.conf

<VirtualHost *:80>

    DocumentRoot /usr/local/intranet

    ServerName intranet.yourserver.com

    <Directory /usr/local/intranet/Tech/doc>

       Options +Indexes

    </Directory>

</VirtualHost>

—E—

—F—

—G—

—H—

—I—

—J—

—K—

—L—

—M—

Microsoft-WebDAV-MiniRedir/5.1.2600 – insert the following lines in your http.conf

<Location />

 <Limit PUT DELETE CONNECT OPTIONS PATCH PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK SEARCH>

  Require valid-user

 </Limit>

</Location>

—N—

—O—

—P—

—Q—

—R—

—S—

Special characters – apache documentation – If the odd characters become normal when the HTML file is browsed as a local file, then it is likely an HTTP server issue. For example, an Apache server might have an AddDefaultCharSet directive that sets the default encoding for all files to iso-8859-1. If you cannot fix the Apache server configuration, then you could try adding a .htaccess file to your HTML directory and add your own AddDefaultCharSet directive to it. See the Apache documentation for more details.

—T—

traffic, capture – to capture web traffic between 2 and 2:30 am, for instance

echo 'tcpdump -i eth2 host www and port 80 &>tcpdump.out' | at 2am

echo 'killall tcpdump' | at 2:30am

—U—

—V—

—W—

—X—

—Y—

—Z—

—No's—