From: W. Trevor King Date: Wed, 6 Oct 2010 20:21:40 +0000 (-0400) Subject: Disable CGI generation since ikiwiki is not installed on the server. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6bcecdb609f53aebb585286a9181f9d95ad7f8b6;p=mw2txt.git 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." --- 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