본문 바로가기
미디어위키

Manual $wgAllowExternalReqID

by 다움위키 2023. 12. 29.
HTTP client: $wgAllowExternalReqID
controls whether MediaWiki accepts the request ID set by the incoming request via the "X-Request-Id" header.
Introduced in version: 1.34.0 (Gerrit change 505668; git #605471fb)
Removed in version: still in use
Allowed values: (boolean)
Default value: false
Other settings: Alphabetical | By function

Details

만약 true으로 설정되면, 해당 값이 전체 코드에서 요청 ID로 사용될 것입니다. 그렇지 않으면, 전송된 헤더가 무시될 것이고 요청 ID는 아파치의 mod_unique 모듈에서 가져오거나 (설정에 따라) 미디어위키 자체에서 생성될 것입니다.