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

    Apache Httpd is basically a web server used for handling requests and delivering static content. While CGI is a protocol which adds a scripts with the request and based on the script the …

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

    After changing this on httpd.conf, restart apache web server. so that it will reflect and clear your browser cache too.

  3. apache - How do I disable directory browsing? - Stack Overflow

    21 One of the important thing is on setting a secure apache web server is to disable directory browsing. By default apache comes with this feature enabled but it is always a good idea to …

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

    90 Apache is a general-purpose http server, which supports a number of advanced options that Tomcat doesn't. Although Tomcat can be used as a general purpose http server, you can also …

  5. How do I allow HTTPS for Apache on 'localhost'? - Stack Overflow

    Nov 19, 2010 · I was asked to set up HTTPS with a self-signed certificate on Apache on localhost, but how do I actually do that?

  6. html - Apache giving 403 forbidden errors - Stack Overflow

    Aug 26, 2013 · Check that : Apache can physically access the file (the user that run apache, probably www-data or apache, can access the file in the filesystem). For instance, you can use …

  7. How to correctly define PHP 8.3 handler in Apache (httpd) web …

    Feb 12, 2024 · 0 I'm setting up a test server on Rocky Linux 9.3 with Apache 2.4.57 and PHP 8.3 from Remi's repository installed in multiple versions mode and having some trouble with …

  8. How to Manually create an Apache Windows Service

    Oct 23, 2009 · On Apache 2.4 the executable have changed name to httpd.exe, the command would be: httpd.exe -k install -n "Apache2.4" With a name switch in order to give the service a …

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

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

    We had locked down the httpd.conf file and had an application that modified/added files in the "htdocs" directory. Upon uninstalling and re-installing, all of these files were left unchanged …