diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-08-30 19:18:44 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-08-30 19:18:44 +0200 |
commit | ddc04a894c5aab7189aa785a172dece9d7d57bdf (patch) | |
tree | c2c1661bbf527d23691c1ab5d91aa5c3fc536bb4 | |
parent | 5fb39ea3fab618d9541c7b96b6b574a4d57190d5 (diff) |
Avoid setting CGI script suid: upsets apache2-suexec.
-rw-r--r-- | ikiwiki_da.setup | 2 | ||||
-rw-r--r-- | ikiwiki_nb.setup | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki_da.setup b/ikiwiki_da.setup index 44e84ff..008197b 100644 --- a/ikiwiki_da.setup +++ b/ikiwiki_da.setup @@ -25,7 +25,7 @@ use IkiWiki::Setup::Standard { # cgi wrapper to generate cgi_wrapper => $ENV{'HOME'} . '/public_cgi/wiki.example.org/ikiwiki.da.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 diff --git a/ikiwiki_nb.setup b/ikiwiki_nb.setup index 17886ac..4d84eb8 100644 --- a/ikiwiki_nb.setup +++ b/ikiwiki_nb.setup @@ -25,7 +25,7 @@ use IkiWiki::Setup::Standard { # cgi wrapper to generate cgi_wrapper => $ENV{'HOME'} . '/public_cgi/wiki.example.org/ikiwiki.nb.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 |