KB Home | Advanced Search | News | Glossary | Login
Navel Knowledge Base Logo
Home » Categories » Apache
All Categories
Collapse
Category
Apache (16)
Expand
Category
.htaccess Configuration (6)
Expand
Category
Configuration (5)
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 Command Line (12)
Expand
Category
MikroTik (1)
Expand
Category
MySQL (23)
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 (6)
Expand
Category
WordPress (7)
Apache Sub-Categories
.htaccess Configuration (6)
Configuration (5)
Apache Articles RSS FeedIcon Subscriber Subscribe
Server error: Connection reset by peer | End of script output before headers
Viewed 2923 times since Mon, Feb 28, 2022
  I managed to solved this by adding FcgidBusyTimeout . Just in case if anyone have similar issue with me. Here is my settings on my apache.conf: <VirtualHost *:80> ....... <IfModule mod_fcgid.c> FcgidBusyTimeout 3600 <... Read More
PHP Warning: PHP Startup: Unable to load dynamic library ’curl’
Viewed 918 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
"End of script output before headers" in Apache + PHP
Viewed 726 times since Sun, Feb 27, 2022
  The issue was that the request was timing out before the script completed, due to a long-running database query. So that generic End of script output before headers error can be caused by server timeouts as well as file permissions... Read More
How to Change the Apache Error Messages
Viewed 659 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
Apache - Internal Server Error - LimitInternalRecursion
Viewed 522 times since Thu, Mar 10, 2022
Virtualmin->Configure SSL Website -> Edit Directives -> httpd.conf   -> Add: AliasMatch ^/.*$ /home/example/public_html/disabled_by_virtualmin.html Read More
 
Subscribe to knowledgebase
Get notified when new articles are added to the knowledgebase.