PHP and mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
Viewed 2121 times since Mon, Sep 28, 2020
But My Problem resolve by this option: Above options have tweaked my server but after some time the errors seems comming again but the error is really resolve by this: FcgidOutputBufferSize 65536 [default] I have change it to ...
Read More
PHP Warning: PHP Startup: Unable to load dynamic library ’curl’
Viewed 1145 times since Thu, Feb 3, 2022
simply copy libcrypto-1_1-x64.dll, libssh2.dll, libssl-1_1-x64.dll and nghttp2.dll from the PHP folder into the apache bin folder. Ref:https://www.titanwolf.org/Network/q/7f78aa5c-6ba2-41ed-8644-5c9366426eea/y
Read More
Hide X-Powered-By: PHP
Viewed 937 times since Tue, Sep 15, 2020
As so much in our beautiful world of IT it's very easy: Open your php.ini in the editor of your trust. Find this line: ; Decides whether PHP may expose the fact that it is installed on the server; (e.g. by adding its signature to the Web...
Read More
How to Change the Apache Error Messages
Viewed 823 times since Fri, Feb 25, 2022
You can change the Apache error messages for a single app by adding ErrorDocument directives to the app's .htaccess file. For example, any of these formats work: ErrorDocument 403 "Sorry, access to this page is forbidden."ErrorDocument 500 http:...
Read More
PageSpeed: Enable Keep-Alive
Viewed 617 times since Tue, Mar 1, 2022
Overview Enabling HTTP Keep-Alive or HTTP persistent connections allow the same TCP connection to send and receive multiple HTTP requests, thus reducing the latency for subsequent requests. For HTTP/1.1 requests, enabling Keep-Alive reduces latency...
Read More