Dokuwiki ... '] = '1'; // lets lighttpd handle the rewrites, more elegant than dokuwiki rewrites $conf['compression'] = 'bz2'; // uses bz2 compression $conf['xsendfile ... one up, the following configuration settings are specific for running dokuwiki on your iDevice: $conf['im_convert'] = '/usr/bin/convert ...
ios:dokuwiki#dokuwiki - Last modified 2017-04-08 02:53 Extras A nice additional feature would be to install the dokuwiki sync plugin in order to sync with a wiki on your web-server. Briefly, you have to install the dokuwiki sync plugin through the plugin-manager and then configure both wikis to accept XMLRPC requests. You can do so by going to Admin and enabling the XMLRPC option and specifying a user that is allowed to sync the wikis.
ios:dokuwiki#extras - Last modified 2017-04-08 02:53 lighttpd ... -x-send-file" => "enable" # Enables x-sendfile ) ) ) # rewrites for dokuwiki $HTTP["url"] =~ "^" { index-file.names = ("doku.php") } url ... -bzip-compressed-tar" ) In this case, we will be running dokuwiki with the document root at /var/www under no subdirectory ...
ios:dokuwiki#lighttpd - Last modified 2017-04-08 02:53 Description Dokuwiki is a good small platform for content management which achieves great performances under lighttpd. On a jailbroken iDevice, we install lighttpd and dokuwiki and tweak them to make them work as fast as possible.
ios:dokuwiki#description - Last modified 2017-04-08 02:53 Starting To start lighttpd, you can ssh to the iDevice and issue the following command: lighttpd-angel -f /etc/lighttpd.conf which will load the /etc/lighttpd.conf configuration file from the previous section. Alternatively, you can create a plist which will launch the lighttpd daemon on boot. In order to do that create the file /Library/LaunchDaemons/net.lighttpd.plist with the following contents: net.lighttpd.plist Label net.lighttpd ProgramArguments /usr/sbin/lighttpd -D -f /etc/lighttpd.conf ...
ios:dokuwiki#starting - Last modified 2017-04-08 02:53 PHP Next, install PHP from Cydia and create the file /usr/lib/php.ini (not the standard /etc/php.ini) with the following configuration settings: php.ini memory_limit = 16M asp_tags = Off register_argc_argv = Off register_globals = Off expose_php = Off register_long_arrays = Off always_populate_raw_post_data = Off realpath_cache_size = 16K magic_quotes_gpc = Off magic_quotes_runtime = Off magic_quotes_sybase = Off zlib.output_compression = On zlib.output_compression_level = 6 which are more or less ...
ios:dokuwiki#php - Last modified 2017-04-08 02:53