Update 'README.md'

This commit is contained in:
Darren 'Tadgy' Austin 2018-04-22 17:35:50 +00:00
commit 4b637707c7

View file

@ -30,8 +30,8 @@ Personally, I use a layout resembling:
``` ```
/data/sites/ - This would be my `<basedir>`. /data/sites/ - This would be my `<basedir>`.
<virtualhost name>/ - This is the name of the site served by the `VirtualHost`. <virtualhost name>/ - This is the name of the site served by the `VirtualHost`.
cgi-bin/ - The virtual host's CGI binaries directory. cgi-bin/ - The virtual host\'s CGI binaries directory.
html/ - The virtual host's web content. html/ - The virtual host\'s web content.
logs/ - The logs directory for the virtual host. 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`. 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`.