About 1,900,000 results
Open links in new tab
  1. apache - What is HTTPD exactly? - Stack Overflow

    Apache HTTPD is an HTTP server daemon produced by the Apache Foundation. It is a piece of software that listens for network requests (which are expressed using the Hypertext Transfer …

  2. linux - How can I automatically redirect HTTP to HTTPS on Apache ...

    17 I needed this for something as simple as redirecting all HTTP traffic from the default Apache home page on my server to one served over HTTPS. Since I'm still quite green when it comes …

  3. Difference between the Apache HTTP Server and Apache Tomcat?

    508 Apache Tomcat is used to deploy your Java Servlets and JSPs. So in your Java project you can build your WAR (short for Web ARchive) file, and just drop it in the deploy directory in …

  4. How do you increase the max number of concurrent connections …

    Oct 18, 2016 · What httpd conf settings do I need to change to increase the max number of concurrent connections for Apache? NOTE: I turned off KeepAlive since this is mainly an API …

  5. Failed Apache2 start, no error log - Stack Overflow

    Sep 24, 2013 · Anytime apache would be started, it would silently fail. It took an strace to find the culprit: I was using CustomLog to call a program that was not installed on the target system. …

  6. Failed to start The Apache HTTP Server on ubuntu 18.04

    Feb 22, 2020 · I am trying to create a web server on my ubuntu 18.04 so i installed Apache2 but i can't start it. Here's what appeared when i run the systemctl status apache2.service command …

  7. How do I find the version of Apache running without access to the ...

    Oct 3, 2008 · 49 httpd -v will give you the version of Apache running on your server (if you have SSH/shell access). The output should be something like this: Server version: Apache/2.2.3 …

  8. apache - Job for httpd.service failed because the control process ...

    Feb 19, 2024 · Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details

  9. systemctl restart httpd Failed to start The Apache HTTP Server …

    Dec 23, 2021 · I recently rebuilt my server on AWS, upgrading from Amazon Linux to Amazon Linux 2, which like Linux 1 appears to be a fork of CentOS, now CentOS 7. My vhost config …

  10. apache - How can I view the complete httpd configuration

    I'm trying to figure out what is the full complete configuration of an httpd setup. All the configurations files are scattered in different files (/etc/httpd/conf.d, httpd.conf, various mod conf...