Wiki Server Ini
wikiserver.ini
Contains information about how the server will initialize itself.
This file has the same format as other wkc files.
Note that all these options can also be specified at the command line.
port
Port to start the server at. If another program is using this port, wikiserver will show an error and shutdown. If the port is not 80, then you need to put http://localhost:[port]/ in your web browser in order to view wikiserver, where [port] is the port option in wikiserver.
Default 80.
Example:
port=80
port=80
command line
Use -p <port>
Log File?
The file wikiserver will log messages to. GUI versions of Wiki Server may also log to a window, in addition to a file.
Default wikiserverlog.txt.
Example:
LogFile=wikiserverlog.txt
LogFile=wikiserverlog.txt
command line
Use -l <logfilepath>
Pages Dir?
Directory wikiserver will put .wik .wkc and .wkv files in. Also, you may want to put your images in this directory also - this is the root directory of the web server.
Default Pages.
Example:
PagesDir=Pages
PagesDir=Pages
command line
Use -d <pagesdirectory>
Temp Dir?
Wikiserver will put the temporary files it creates in this directory. Note that wikiserver deletes its own temporary files.
Default Temp.
Example:
TempDir=Temp
TempDir=Temp
command line
Use -t <tempdirectory>