diff options
author | Joey Hess <joey@kitenet.net> | 2013-08-11 15:00:31 +0200 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-08-11 15:00:31 +0200 |
commit | 25d4c487852e3d1d2a32dd55a9c90d4993f6aa00 (patch) | |
tree | bb29016db5de4ee42a8902ca829bccc8ed064ae5 | |
parent | 63078f2e4f145f8e14e281ed1eb265a67b87b9ea (diff) | |
download | ikiwiki-25d4c487852e3d1d2a32dd55a9c90d4993f6aa00.tar ikiwiki-25d4c487852e3d1d2a32dd55a9c90d4993f6aa00.tar.gz |
add instructions for seeing web server logs
-rw-r--r-- | doc/spam_fighting.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/spam_fighting.mdwn b/doc/spam_fighting.mdwn index c6a7b8b2a..a4d7f7ea2 100644 --- a/doc/spam_fighting.mdwn +++ b/doc/spam_fighting.mdwn @@ -7,4 +7,7 @@ or for the really persistent ones, by IP (or even IP range). If you're a trusted member of the ikiwiki community and would like access to the setup branch in git to be able to update the ban list, get in touch -with joey with a ssh public key. +with joey with a ssh public key. Once your key is added, you will be able +to edit the ikiwiki.setup file on the setup branch, and push changes. +You will also be able to access the recent web server logs to find IP +addresses, by running: `ssh b-ikiwiki@ikiwiki.info logdump > access.log` |