From 4b637707c7db73414683421d5bddae910d86ef77 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sun, 22 Apr 2018 17:35:50 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9dba672..e2db89f 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`.