Apache HTTP Server

Home»Tag:Apache HTTP Server

“undefined” Appended to URL Causing 404 Page Not Found Error

When checking Apache HTTPD or Nginx web server access log, there are plenty of 404 Page Not Found [...]

By |2020-03-28T18:15:56-07:00Modified: March 28, 2020March 25th, 2017|Categories: Web Servers|Tags: , , , , |1 Comment

Apache HTTPD Address Already In Use: Make_Sock: Could Not Bind to Address 80 / 443 Error

When starting or restarting Apache HTTPD server which was previously working properly, error occurred and the Apache HTTPD [...]

By |2020-08-10T00:38:48-07:00Modified: August 10, 2020April 13th, 2016|Categories: Web Servers|Tags: |3 Comments

Install Intermediate CA Certificate (Chain Cert) in Apache HTTPD Server

Digital certificates that are issued by a CA (certificate authority) are verified using a chain of trust. The [...]

Connection Reset by Peer: mod_fcgid: ap_pass_brigade Failed in handle_request_ipc Function

When running web app coding in PHP programming language, and which is assigned to the handler fcgid-script for [...]

By |2019-12-23T12:17:14-08:00Modified: December 23, 2019March 26th, 2015|Categories: Web Servers|Tags: , |1 Comment

mod_fcgid Error Reading Data from FastCGI Server – Premature End of Script Headers

When running web app coding in PHP programming language, and which is assigned to the handler fcgid-script for [...]

By |2020-06-09T17:46:13-07:00Modified: June 9, 2020March 26th, 2015|Categories: Web Servers|Tags: , |1 Comment

Secure Apache HTTPD server-status Handler with Password Authentication

Apache HTTPD web server has a useful handler server-status enabled by mod_status which provides server current status reports. [...]

By |2020-05-21T15:43:57-07:00Modified: May 21, 2020December 29th, 2014|Categories: Security|Tags: , |0 Comments

403 Forbidden Error When Enabling /server-status in Apache HTTPD Server

When enabling the Apache HTTPD server status reports generated by mod_status by adding the following block to the [...]

By |2020-06-03T12:48:49-07:00Modified: June 3, 2020December 29th, 2014|Categories: Web Servers|Tags: , |1 Comment
Go to Top