summaryrefslogtreecommitdiff
path: root/lang/spl/MESSAGE
blob: e2b512d2fa17267e4d5fc05d35d5ff3d043fc58b (plain)
1
2
3
4
5
6
7
8
9
10
11
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2006/05/19 07:49:09 rillig Exp $
If you want to use WebSPL, you should add something like this
to your httpd.conf file:

        AddType application/x-httpd-webspl .webspl
        Action application/x-httpd-webspl /cgi-bin/webspl.cgi

You might also want to adjust permissions of libexec/cgi-bin/webspl_cache
to make sure only the web server has write permissions.
===========================================================================