Update 'README.md'
This commit is contained in:
parent
003995a473
commit
4b637707c7
1 changed files with 2 additions and 2 deletions
|
|
@ -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`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue