Disable CGI generation since ikiwiki is not installed on the server.
authorW. Trevor King <wking@drexel.edu>
Wed, 6 Oct 2010 20:21:40 +0000 (16:21 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 6 Oct 2010 20:21:40 +0000 (16:21 -0400)
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

index 1dc639913def327b4f2c6e6a564ce414c9b17e4b..e1d310c325c1c0fe9321c84c8d1b818b2ccfdfad 100644 (file)
@@ -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