From 711576970af843143ecc098eb666922b6477b4da Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sun, 22 Apr 2018 17:41:21 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 `