diff options
author | smcv <smcv@web> | 2017-01-18 17:45:30 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2017-01-18 17:45:30 -0400 |
commit | 0acf3b6d0cfbc4f05ea8f7fc992804a5e89b3141 (patch) | |
tree | 07d28b605996e5eb9728c5177c81badff2918b1e /doc | |
parent | 6d0f460b12fd970c6baf515ab0492ef2cd188bf2 (diff) | |
download | ikiwiki-0acf3b6d0cfbc4f05ea8f7fc992804a5e89b3141.tar ikiwiki-0acf3b6d0cfbc4f05ea8f7fc992804a5e89b3141.tar.gz |
Added a comment: Do that through your web server, not ikiwiki
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Password_protect_whole_wiki/comment_1_5d363401f953ee7a45c50f3275eb9151._comment | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/Password_protect_whole_wiki/comment_1_5d363401f953ee7a45c50f3275eb9151._comment b/doc/forum/Password_protect_whole_wiki/comment_1_5d363401f953ee7a45c50f3275eb9151._comment new file mode 100644 index 000000000..a4ec4fa92 --- /dev/null +++ b/doc/forum/Password_protect_whole_wiki/comment_1_5d363401f953ee7a45c50f3275eb9151._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="smcv" + avatar="http://cdn.libravatar.org/avatar/0ee943fe632ff995f6f0f25b7167d03b" + subject="Do that through your web server, not ikiwiki" + date="2017-01-18T21:45:30Z" + content=""" +ikiwiki is a wiki compiler (or a static site generator if you prefer): when it +builds your wiki, the result is static HTML. When a visitor views a page, +no ikiwiki code is running. + +If you want viewing to be restricted, you need to configure your web server +(Apache or lighttpd or nginx or similar) to restrict it. For example, if +your web server is Apache, +[this page on Apache access control](https://httpd.apache.org/docs/2.4/howto/access.html) +might help. +"""]] |