Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Aug 25, 2011
1 parent d8f6abb commit b69d83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -106,11 +106,11 @@ With this enabled you can now configure a custom log format to write compatible
As you can see any of the above options simply get passed to the script from the Apache CustomLog lines, you can further select only certain requests to be passed to this log using the normal apache methods such as -Location_ blocks etc:

<pre>
&lt;<Location /cgi-bin&gt;
&lt;Location /cgi-bin&gt;
SetEnv blackboxlog 1
&lt;/Location&gt;

&lt;<IfModule mod_logio.c&gt;
&lt;IfModule mod_logio.c&gt;
CustomLog "| /path/to/apacheblackbox.pl --output /var/www/blackbox.txt --detail --show \\'script.pl\\'" "%a %X %t \"%r\" %s/%>s %{pid}P/%{tid}P %T/%D %I/%O/%B" env=blackboxlog
&lt;/IfModule&gt;
</pre>
Expand Down

0 comments on commit b69d83a

Please sign in to comment.