Changes between Version 55 and Version 56 of ServerIntro
- Timestamp:
- Sep 20, 2010, 2:14:05 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerIntro
v55 v56 116 116 from httpd.conf 117 117 118 Apache has a default request size limit of 1 MB. 119 If your project is likely to exceed this 120 (large output files, large scheduler request messages) 121 increase this, e.g. to 128 MB: 122 {{{ 123 LimitXMLRequestBody 134217728 124 LimitRequestBody 134217728 125 }}} 118 126 === PHP notes === #PHP-notes 119 127