About 627,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 to …

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

    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 server. # # …

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

    507 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 Tomcat. So …

  5. 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 …

  6. Configure apache to listen on port other than 80 - Stack Overflow

    Oct 15, 2010 · Recheck resmon to confirm that the port is free now and repeat step 6. This ensures that Apache's service was started properly, the configuration on virtual hosts config file as sarul …

  7. systemctl restart httpd Failed to start The Apache HTTP Server httpd ...

    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 remains the …

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

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

  9. apache - apache2.service: Control process exited, code=exited status ...

    I install apache2 on ubuntu 18.04. This is fresh install with all default configuration. I tried to start apache2 but failed. And this is what I see. # systemctl status apache2.service apache2.

  10. 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 Server …