KB Home | Advanced Search | News | Glossary | Login
Navel Knowledge Base Logo
Home » Categories » Apache » Configuration
All Categories
Collapse
Category
Apache (16)
Expand
Category
.htaccess Configuration (6)
Collapse
Category
Configuration (5)
article
PageSpeed: Enable Keep-Alive
article
How to Change the Apache Error Messages
article
PHP Warning: PHP Startup: Unable to load dynamic library ’curl’
article
PHP and mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
article
Hide X-Powered-By: PHP
article
Apache - Internal Server Error - LimitInternalRecursion
article
Server error: Connection reset by peer | End of script output before headers
article
"End of script output before headers" in Apache + PHP
article
How to Change the Apache Error Messages
article
PHP Warning: PHP Startup: Unable to load dynamic library ’curl’
Expand
Category
App Tools (4)
Expand
Category
CentOS (11)
Expand
Category
CMS (2)
Expand
Category
CSS Tricks (4)
Expand
Category
Electronis > (1)
Expand
Category
JavaScript (9)
Expand
Category
jQuery (5)
Expand
Category
Linux (1)
Expand
Category
Linux Command Line (13)
Expand
Category
MikroTik (1)
Expand
Category
MySQL (25)
Expand
Category
Network (2)
Expand
Category
Nginx (1)
Expand
Category
PHP (12)
Expand
Category
PHP Tricks (2)
Expand
Category
Smarty (1)
empty
Category
Smarty Tricks (0)
Expand
Category
SSL (1)
Expand
Category
Third-party (2)
Expand
Category
TypeScript (1)
Expand
Category
Virtualization (18)
Expand
Category
VMware (1)
Expand
Category
Webmin (10)
Expand
Category
Windows (8)
Expand
Category
WordPress (9)
Configuration Articles RSS FeedIcon Subscriber Subscribe
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
 
Subscribe to knowledgebase
Get notified when new articles are added to the knowledgebase.