]> granicus.if.org Git - php/commitdiff
missing doc in the conf file
authorJérôme Loyet <fat@php.net>
Fri, 17 Jun 2011 23:35:47 +0000 (23:35 +0000)
committerJérôme Loyet <fat@php.net>
Fri, 17 Jun 2011 23:35:47 +0000 (23:35 +0000)
sapi/fpm/php-fpm.conf.in

index 314b7e5c5e104179696cef9e74135aabc7140a93..6821789bd12bf848d4fe8b9a626ed0fb2254289a 100644 (file)
@@ -195,11 +195,12 @@ pm.max_children = 50
 ;   total processes:      100
 ;   max children reached: 1
 ; By default the status page output is formatted as text/plain. Passing either
-; 'html' or 'json' as a query string will return the corresponding output
+; 'html', 'xml' or 'json' as a query string will return the corresponding output
 ; syntax. Example:
 ;   http://www.foo.bar/status
 ;   http://www.foo.bar/status?json
 ;   http://www.foo.bar/status?html
+;   http://www.foo.bar/status?xml
 ; Note: The value must start with a leading slash (/). The value can be
 ;       anything, but it may not be a good idea to use the .php extension or it
 ;       may conflict with a real PHP file.