mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Anonymize web logs after rotating and disable explicit download logging in favor of grepping the regular web logs
This commit is contained in:
parent
1ea3b2f28b
commit
1e698f2389
4 changed files with 76 additions and 16 deletions
|
@ -6,7 +6,7 @@ PHP 7+ is required.
|
|||
|
||||
```shell
|
||||
# Install Apache, PHP, PHP-FPM, and various other dependencies.
|
||||
sudo apt install -y git composer php-fpm php-cli php-gd php-xml php-apcu php-mbstring php-intl apache2 apache2-utils libfcgi0ldbl task-spooler
|
||||
sudo apt install -y git composer php-fpm php-cli php-gd php-xml php-apcu php-mbstring php-intl apache2 apache2-utils libfcgi0ldbl task-spooler ipv6calc
|
||||
|
||||
# Create the site root and logs root and clone this repo into it.
|
||||
sudo mkdir /standardebooks.org/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue