From 6bcecdb609f53aebb585286a9181f9d95ad7f8b6 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 6 Oct 2010 16:21:40 -0400 Subject: [PATCH] Disable CGI generation since ikiwiki is not installed on the server. For a discussion of similar problems, see http://ikiwiki.info/forum/Ikiwiki_CGI_not_working_on_my_server__44___and_it__39__s_a_binary_file__63__/ Disabling procedure from http://ikiwiki.info/todo/page_edit_disable/ "You disable edit and preferences by not enabling a cgiurl at all." --- ikiwiki.setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 1dc6399..e1d310c 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -21,11 +21,11 @@ use IkiWiki::Setup::Standard { # base url to the wiki url => 'http://www.physics.drexel.edu/~wking/unfolding-disasters', # url to the ikiwiki.cgi - cgiurl => 'http://www.physics.drexel.edu/~wking/unfolding-disasters/ikiwiki.cgi', + #cgiurl => 'http://www.physics.drexel.edu/~wking/unfolding-disasters/ikiwiki.cgi', # filename of cgi wrapper to generate - cgi_wrapper => '/tmp/ikiwiki.build/ikiwiki.cgi', + #cgi_wrapper => '/tmp/ikiwiki.build/ikiwiki.cgi', # mode for cgi_wrapper (can safely be made suid) - cgi_wrappermode => '06755', + #cgi_wrappermode => '06755', # rcs backend to use rcs => 'git', # plugins to add to the default configuration -- 2.26.2