wiki.techinc.nl/maintenance/archives
Tim Starling 66c2681f7c In .htaccess deny files, use "Satisfy All"
These .htaccess files are intended to prohibit all web access. But if
the user sets "Satisfy Any" on a parent directory, in conjunction with
any permissive require directive like "Require all granted", access will
be allowed despite "Require all denied" in .htaccess.

So, override Satisfy so that the "Require all denied" will reliably take
effect.

Note that "Satisfy All" is the default. This only affects non-default
installations.

Change-Id: Ia5862fb69e439b7ea2ed7af011e1ebf8f1b1f6d6
(cherry picked from commit a50d2e69f8ce9e5720b05615d04c35cc9008b6ae)
2025-04-04 13:17:15 +00:00
..
.htaccess In .htaccess deny files, use "Satisfy All" 2025-04-04 13:17:15 +00:00
patch-archive-ar_title-varbinary.sql Migrate archive table to abstract schema 2021-03-13 21:51:16 +01:00
patch-archive-rename-name_title_timestamp-index.sql Standardize archive indexes 2021-01-28 11:32:49 +01:00
patch-block_target.sql Add the new block and block_target tables 2024-01-08 14:29:59 +11:00
patch-category-cat_title-varbinary.sql
patch-categorylinks-cl_to-varbinary.sql
patch-change_tag-ct_rc_id.sql Make rc_id a bigint 2024-05-04 21:14:51 +02:00
patch-change_tag-rename-indexes.sql Rename change_tag indexes to have ct_ prefix 2021-06-08 17:57:15 +01:00
patch-content_models-model_id.sql
patch-drop-cl_collation_ext.sql Schema: Drop cl_collation_ext index 2024-01-26 16:16:41 +01:00
patch-drop-page_restrictions-pr_user.sql Drop pr_user from page_restrictions 2021-12-06 14:15:39 +01:00
patch-drop-rev_page_id.sql Drop rev_page_id index on revision 2022-01-27 09:43:27 +01:00
patch-externallinks-drop-el_to.sql Schema: Drop old externallinks columns and indexes 2023-09-05 15:32:23 +02:00
patch-externallinks-el_to_default.sql Schema: Set default or nullable to three columns of externallinks 2023-07-18 11:59:09 +02:00
patch-externallinks-el_to_path.sql schema: Add new fields for externallinks so we can reduce duplication 2022-10-18 16:18:54 +00:00
patch-filearchive-fa_id.sql schema: Make filearchive.fa_id unsigned 2021-12-07 15:25:13 +01:00
patch-filearchive-fa_name.sql
patch-filearchive-fa_size_to_bigint.sql Store image sizes as 64-bit bigint instead of 32-bit integers 2023-10-04 08:01:25 -07:00
patch-image-img_major_mime-default.sql installer: Set "unknown" for default value of *_major_mime in MySQL 2022-01-03 12:12:44 +01:00
patch-image-img_name-varbinary.sql Migrate image table to abstract schema 2021-01-28 20:13:03 +01:00
patch-image-img_size_to_bigint.sql Store image sizes as 64-bit bigint instead of 32-bit integers 2023-10-04 08:01:25 -07:00
patch-image-img_timestamp.sql Add schema change for img_timestamp varbinary(14) to binary(14) 2021-03-04 21:18:21 +01:00
patch-imagelinks-il_to-varbinary.sql
patch-ipblocks-ipb_id.sql schema: Make ipblocks.ipb_id unsigned 2022-04-14 17:45:41 +02:00
patch-ipblocks_restrictions-ir_ipb_id.sql schema: Make ipblocks.ipb_id unsigned 2022-04-14 17:45:41 +02:00
patch-ipblocks_restrictions-ir_type.sql
patch-ipblocks_restrictions-ir_value.sql schema: Make page_id references unsigned 2022-01-27 20:20:00 +01:00
patch-iwlinks-drop-iwl_prefix_from_title.sql Schema: Drop iwl_prefix_from_title from iwlinks 2024-02-08 17:01:26 +01:00
patch-iwlinks-iwl_title-varbinary.sql
patch-job-job_title-varbinary.sql
patch-job_job_timestamp.sql
patch-job_job_token_timestamp.sql
patch-langlinks-ll_title-varbinary.sql
patch-linktarget.sql Add linktarget table 2022-01-21 15:52:58 +01:00
patch-logging-log_title-varbinary.sql
patch-logging-rename-indexes.sql
patch-objectcache-exptime-notnull.sql Truncate objectcache before changing exptime field 2021-01-27 18:32:26 +00:00
patch-objectcache-modtoken.sql objectcache: add last-modified token field to objectcache table 2021-05-18 20:06:37 -07:00
patch-oldimage-oi_name-varbinary.sql Migrate oldimage to abstract schema 2021-01-16 21:18:25 +01:00
patch-oldimage-oi_size_to_bigint.sql Store image sizes as 64-bit bigint instead of 32-bit integers 2023-10-04 08:01:25 -07:00
patch-oldimage-oi_timestamp.sql Add index on oldimage.oi_timestamp 2021-05-29 20:44:32 +02:00
patch-page-drop-page_restrictions.sql schema: Drop legacy page_restrictions in page table 2022-05-26 13:59:57 +02:00
patch-page-page_links_updated-noinfinite.sql schema: Remove allowInfinite from page_links_updated 2024-07-29 22:48:07 +02:00
patch-page-page_title-varbinary.sql Migrate page to abstract schema 2021-03-21 12:07:12 +01:00
patch-page-rename-name_title-index.sql Rename name_title index to have page_ prefix 2021-06-05 20:21:07 +02:00
patch-page_props-pp_page.sql schema: Make page_id references unsigned 2022-01-27 20:20:00 +01:00
patch-page_restrictions-pr_page.sql schema: Make page_id references unsigned 2022-01-27 20:20:00 +01:00
patch-pagelinks-drop-pl_title.sql schema: Drop old pagelinks columns 2024-06-18 21:13:38 +02:00
patch-pagelinks-pl_title-varbinary.sql
patch-pagelinks-target_id.sql Schema: Add pl_target_id column to pagelinks 2023-07-25 21:03:45 +02:00
patch-protected_titles-pt_title-varbinary.sql
patch-querycache-qc_title-varbinary.sql
patch-querycachetwo-qcc_title-varbinary.sql
patch-recentchanges-rc_id-bigint.sql Make rc_id a bigint 2024-05-04 21:14:51 +02:00
patch-recentchanges-rc_id.sql Make rc_id unsigned 2021-03-01 16:57:41 +00:00
patch-recentchanges-rc_new_name_timestamp.sql Rename new_name_timestamp on recentchanges to rc_new_name_timestamp 2021-03-01 19:00:52 +00:00
patch-recentchanges-rc_timestamp.sql Migrate recentchanges table to abstract schema 2021-02-26 13:56:56 +01:00
patch-recentchanges-rc_title-varbinary.sql Migrate recentchanges table to abstract schema 2021-02-26 13:56:56 +01:00
patch-redirect-rd_title-varbinary.sql
patch-revision-cleanup.sql Cleanup revision table schema 2024-05-04 20:22:36 +02:00
patch-revision-rename-index.sql Rename page_timestamp revision index 2021-04-30 06:58:25 +01:00
patch-searchindex-pk-titlelength.sql Searchindex primary key, title length and utf8mb4 2024-11-02 11:14:37 +00:00
patch-searchindex.sql Update name & email for bvibber 2024-02-08 17:02:16 -08:00
patch-site_identifiers-rename-indexes.sql Rename site_identifiers indexes to have si_ prefix 2021-01-30 12:19:55 +01:00
patch-sites-drop_indexes.sql Schema: Drop unused and useless indexes of sites table 2024-02-01 15:32:05 +01:00
patch-sites-rename-indexes.sql
patch-slot_roles-role_id.sql
patch-templatelinks-drop-tl_title.sql schema: Drop tl_title and tl_namespace fields from templatelinks 2022-09-06 19:53:15 +02:00
patch-templatelinks-target_id.sql Add tl_target_id to templatelinks 2022-01-28 17:41:01 +01:00
patch-templatelinks-tl_title-nullable.sql Add support for write new for templatelinks migration 2022-07-12 14:46:54 +02:00
patch-templatelinks-tl_title-varbinary.sql
patch-testrun.sql rdbms: Remove outdated MySQL 4 references and fix doc URLs 2021-01-30 22:47:33 +00:00
patch-uploadstash-us_size_to_bigint.sql Store image sizes as 64-bit bigint instead of 32-bit integers 2023-10-04 08:01:25 -07:00
patch-uploadstash-us_timestamp.sql
patch-user-user_editcount.sql Schema: Updating user_editcount field to unsigned 2022-05-09 21:34:11 +00:00
patch-user-user_is_temp.sql schema: Add user_is_temp column to the user table 2023-05-10 19:18:39 +01:00
patch-user_autocreate_serial-uas_year.sql Use year in temporary user names and restart index each year 2024-01-05 17:14:19 +00:00
patch-user_autocreate_serial.sql TempUser infrastructure and services 2022-04-14 09:23:55 +10:00
patch-user_newtalk-user_last_timestamp-binary.sql
patch-user_properties-rename-index.sql
patch-user_table-updates.sql Prepare for migrating user to abstract schema 2021-03-28 09:55:07 +01:00
patch-watchlist-namespace_title-rename-index.sql
patch-watchlist-wl_notificationtimestamp.sql
patch-watchlist-wl_title-varbinary.sql