summaryrefslogtreecommitdiff
path: root/www/p5-CGI-Kwiki/MESSAGE
blob: 1ea75a09fe764dc18fe93027fda09aa68e43f539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2004/05/13 09:22:30 mjl Exp $

  To actually install Kwiki, make a directory in your web server's
  document root and run "kwiki-install". This will set up all necessary
  files.

  You may need to adjust your web server's configuration a bit
  to run cgi scripts from that directory, adapt the following sample
  config snippet to taste:

	Alias /kwiki/ /home/www/htdocs/kwiki/
	<Directory /home/www/htdocs/kwiki/>
		Order allow,deny
		Allow from all
		AllowOverride None
		Options ExecCGI
		AddHandler cgi-script .cgi
		DirectoryIndex index.cgi
	</Directory>

===========================================================================