1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Template: dokuwiki/system/documentroot
Type: string
_Description: Wiki location:
DokuWiki will be accessible through a directory of your website.
By default, this is http://yourserver/dokuwiki, but you can
change it to be anything within your server. Enter just the directory
portion below.
Default: /dokuwiki
Template: dokuwiki/system/accessible
Type: select
_Description: Authorized network:
A Wiki is normally used to provide unlimited access to information, which
can be freely modified by anyone. Since this is not always wanted,
it is possible to restrict access to the site on the basis of the
originating IP address.
.
If you select 'localhost only', only people on the localhost (the machine
the Wiki is running on) will be able to connect. 'local network' will
allow people on machines in a local network (which you will need to
specify) to talk to the Wiki. 'global' will allow anyone, any where, to
connect to the Wiki.
.
For security, this is set to 'localhost only' by default. Unless you have
a particular need for privacy on your Wiki, you should be able to allow
access globally without compromising site security.
__Choices: localhost only, local network, global
Default: localhost only
Template: dokuwiki/system/localnet
Type: string
_Description: Local network:
The specification of your local network should either be
an IP network in CIDR format (x.x.x.x/y) or a domain specification (like
.mydomain.com).
.
Anyone who matches the specification given below will be given full and
complete access to the DokuWiki.
Default: 10.0.0.0/24
Template: dokuwiki/system/purgepages
Type: boolean
_Description: Purge pages on package removal?
By default, DokuWiki stores all its pages in a file database in
/var/lib/dokuwiki.
.
Accepting this option will leave you with a tidier system when the
DokuWiki package is removed, but may cause information loss if you have an
operational Wiki that gets removed.
Default: true
Template: dokuwiki/webservers
Type: multiselect
_Description: Web servers:
DokuWiki can be used with any of the given web servers. Select the servers
which you would like DokuWiki to be installed into.
__Choices: apache, apache2, apache-ssl, apache-perl
Default: apache
|