About 565,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?

    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 …

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

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

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

  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 - How can I view the complete httpd configuration

    As described in the Apache HTTP Server Documentation If the config define -DDUMP_CONFIG is set, mod_info will dump the pre-parsed configuration to stdout during server startup.

  9. How to upgrade Apache on a Windows server? - Stack Overflow

    4 I have just upgraded our webserver from PHP 5.3.6 to 5.3.10, and I now want to upgrade Apache as well from 2.2.17 to 2.2.22 (on a Windows Server). How do I go about this in a good …

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

    Oct 15, 2010 · I use centOS server. I want to configure apache to listen on port 8079. I added LISTEN 8079 directive in httpd.conf. I opened port 8079 in iptables and restarted iptables. I …