Files
pkgsrc-ng/www/p5-CGI-Kwiki/MESSAGE
2013-09-26 17:14:40 +02:00

23 lines
741 B
Plaintext

===========================================================================
$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>
===========================================================================