summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-08-30 19:14:52 +0200
committerJonas Smedegaard <dr@jones.dk>2010-08-30 19:14:52 +0200
commita36d509c9e2a00c4999b2684fdcd234a30405d79 (patch)
tree137d42eb853b37d09fe315955925428d9e52d2bd
parent96ed3916b876b6848eb8515efb960f15aaf1b715 (diff)
Avoid setting CGI script suid: upsets apache2-suexec.
-rw-r--r--ikiwiki.setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index 5721896..81e46ec 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -25,7 +25,7 @@ use IkiWiki::Setup::Standard {
# cgi wrapper to generate
cgi_wrapper => $ENV{'HOME'} . '/public_cgi/wiki.example.org/ikiwiki.cgi',
# mode for cgi_wrapper (can safely be made suid)
- cgi_wrappermode => '06755',
+ cgi_wrappermode => '00755',
# rcs backend to use
rcs => '',
# plugins to add to the default configuration