最近在Apache的error.log里出现一个E_DEPRECATED,PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0
里面提...
之前搭建的Apache2.4服务器,经常运行两三天就莫名其秒的出现吊死,重启Apache则恢复。
核查Apache的error.log,发现经常出现这样的warn信息:RewriteOptions: MaxRedirects option has been removed in favor of the global LimitInternalRecursion directive and will be ignored.
&nb...