setup-config-debian-bullseye
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| setup-config-debian-bullseye [2022/07/23 09:17] – admin | setup-config-debian-bullseye [2022/07/24 15:18] (current) – admin | ||
|---|---|---|---|
| Line 65: | Line 65: | ||
| htpasswd -c / | htpasswd -c / | ||
| </ | </ | ||
| + | |||
| + | === Apache HTTPS Secure ssl === | ||
| + | Self Signed Cert | ||
| + | < | ||
| + | make-ssl-cert generate-default-snakeoil | ||
| + | |||
| + | < | ||
| + | |||
| + | ServerAdmin webmaster@localhost | ||
| + | DocumentRoot / | ||
| + | |||
| + | ErrorLog ${APACHE_LOG_DIR}/ | ||
| + | CustomLog ${APACHE_LOG_DIR}/ | ||
| + | |||
| + | SSLEngine on | ||
| + | SSLCertificateFile | ||
| + | SSLCertificateKeyFile / | ||
| + | < | ||
| + | SSLOptions +StdEnvVars | ||
| + | </ | ||
| + | < | ||
| + | SSLOptions +StdEnvVars | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | Ref: / | ||
| ===== MySQL migrations ===== | ===== MySQL migrations ===== | ||
| Line 94: | Line 120: | ||
| RUN_DAILY_OPTS=" | RUN_DAILY_OPTS=" | ||
| DIFF_MODE=" | DIFF_MODE=" | ||
| + | |||
| + | vi / | ||
| + | #add | ||
| + | root: | ||
| + | |||
| + | #then run the following to take effect: | ||
| + | newaliases | ||
| + | |||
| + | Now the user will get nightly emails with chkrootkit report. | ||
| + | |||
| </ | </ | ||
setup-config-debian-bullseye.1658567825.txt.gz · Last modified: 2022/07/23 09:17 by admin