diff --git a/README.md b/README.md index e2db89f..a1c3749 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ Personally, I use a layout resembling: ``` /data/sites/ - This would be my ``. / - This is the name of the site served by the `VirtualHost`. - cgi-bin/ - The virtual host\'s CGI binaries directory. - html/ - The virtual host\'s web content. + cgi-bin/ - The virtual host's CGI binaries directory. + html/ - The virtual host's web content. logs/ - The logs directory for the virtual host. ``` Under the `logs/` directory, I have files written in the format: `YYYY/MM/filename.log` - where `YYYY` is the year, and `MM` is the two digit month. An example full logfile path would therefore be: `/data/sites/afterdark.org.uk/logs/2018/04/httpd-access.log`. @@ -87,7 +87,11 @@ Unfortunately, because Apache HTTPd does not allow custom formats for the error Here, the `` includes the full path to the logs directory to be used, since it cannot be parsed from the log line itself. The `