Author: poeml Date: Tue Feb 4 22:15:12 2014 New Revision: 8373 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8373&view=rev Log: mod_mirrorbrain: - The directive MirrorBrainHandleDirectoryIndexLocally has been removed, obsolete since a long time. Modified: trunk/mod_mirrorbrain/mod_mirrorbrain.c Modified: trunk/mod_mirrorbrain/mod_mirrorbrain.c URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mod_mirrorbrain/mod_mirrorbrain.c?rev=8373&r1=8372&r2=8373&view=diff ============================================================================== --- trunk/mod_mirrorbrain/mod_mirrorbrain.c (original) +++ trunk/mod_mirrorbrain/mod_mirrorbrain.c Tue Feb 4 22:15:12 2014 _at_@ -624,15 +624,6 @@ if (cfg->exclude_filemask == NULL) { return "MirrorBrainExcludeFileMask regex could not be compiled"; } - return NULL; -} - -static const char *mb_cmd_handle_dirindex_locally(cmd_parms *cmd, - void *config, int flag) -{ - ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL, - "[mod_mirrorbrain] The MirrorBrainHandleDirectoryIndexLocally " - "directive is obsolete. You can remove it from your config."); return NULL; } _at_@ -3755,11 +3746,6 @@ ACCESS_CONF, "Regexp which determines which files will be excluded form redirecting"), - /* obsolete, and to removed later */ - AP_INIT_FLAG("MirrorBrainHandleDirectoryIndexLocally", mb_cmd_handle_dirindex_locally, NULL, - OR_OPTIONS, - "Obsolete directive. You can remove it from your config."), - AP_INIT_FLAG("MirrorBrainHandleHEADRequestLocally", mb_cmd_handle_headrequest_locally, NULL, OR_OPTIONS, "Set to On to handle HEAD requests locally (instead of redirecting " _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Tue Feb 04 2014 - 21:15:14 GMT
This archive was generated by hypermail 2.3.0 : Tue Feb 04 2014 - 21:17:04 GMT