]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/discussion.mdwn
more info
[ikiwiki.git] / doc / bugs / discussion.mdwn
1 Related to using --cgi on command-line. The man page should just be more
2 clear. ikiwiki-1.35 has: "Enable  CGI  mode. ..." To me this implies that
3 is configuring something that will enable CGI mode. If I understand it
4 correctly, it should say "Run ikiwiki as a CGI. Normally this is used from
5 the ikiwiki.cgi CGI wrapper. ..."
6
7 > The man page says:
8
9   Enable [[CGI]] mode. In cgi mode ikiwiki __runs as a cgi script__, and
10   supports editing pages, signing in, registration, and displaying
11   [[RecentChanges]].
12
13   __To use ikiwiki as a [[CGI]] program you need to use --wrapper or --setup
14   to generate a wrapper.__ The wrapper will generally need to run suid 6755
15   to the user who owns the `source` and `destination` directories.
16
17 > (emphasis mine). Anyway, if you have ideas to improve the man page, it's
18 > over in [[usage]] --[[Joey]]