mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
add allow_webdav_methods as option
This commit is contained in:
@@ -398,6 +398,12 @@ default_mimetype = "text/html"
|
||||
; Always populate the $HTTP_RAW_POST_DATA variable.
|
||||
;always_populate_raw_post_data = On
|
||||
|
||||
; Allow handling of WebDAV http requests within PHP scripts (eg.
|
||||
; PROPFIND, PROPPATCH, MOVE, COPY, etc..)
|
||||
; If you want to get the post data of those requests, you have to
|
||||
; set always_populate_raw_post_data as well.
|
||||
;allow_webdav_methods = On
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; Paths and Directories ;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
@@ -412,6 +412,12 @@ default_mimetype = "text/html"
|
||||
; Always populate the $HTTP_RAW_POST_DATA variable.
|
||||
;always_populate_raw_post_data = On
|
||||
|
||||
; Allow handling of WebDAV http requests within PHP scripts (eg.
|
||||
; PROPFIND, PROPPATCH, MOVE, COPY, etc..)
|
||||
; If you want to get the post data of those requests, you have to
|
||||
; set always_populate_raw_post_data as well.
|
||||
;allow_webdav_methods = On
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; Paths and Directories ;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
Reference in New Issue
Block a user