From d376f3e0b624be4b7d34a41a62ceeb77d23dee8d Mon Sep 17 00:00:00 2001 From: enjo-gh <54560293+enjo-gh@users.noreply.github.com> Date: Sun, 1 Sep 2019 09:48:06 +0800 Subject: [PATCH] Initial writing (autosave) --- Configuration-Files.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Configuration-Files.md diff --git a/Configuration-Files.md b/Configuration-Files.md new file mode 100644 index 0000000..da79379 --- /dev/null +++ b/Configuration-Files.md @@ -0,0 +1,25 @@ +# Location of Configuration Files + +Rarely will you need to view or tweak these directly but just in case: + +* Litespeed + + Subject to change as PHP versions are released/deprecated + + 1. /usr/local/lsws/conf/phpconfigs/php70.conf + 1. /usr/local/lsws/conf/phpconfigs/php71.conf + 1. /usr/local/lsws/conf/phpconfigs/php72.conf + 1. /usr/local/lsws/conf/phpconfigs/php73.conf + +* Virtual Hosts + 1. /usr/local/lsws/conf/vhosts/ + +* FTP + 1. /etc/pure-ftpd + 1. /etc/pure-ftpd/pure-ftpd.conf + +* DNS + 1. /etc/pdns [TODO] powerdns? + 1. /etc/pdns/pdns.conf + +* [TODO] Rainloop \ No newline at end of file