About 12,000,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. How can I view the complete httpd configuration? - Stack Overflow

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

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

  4. How can I find out where the httpd.conf file is located?

    Nov 12, 2012 · How can I find out the path of the httpd.conf file on apache (PHP)? I do not know whether my script will be runned in windows apache or linux, i need to know where i can find this file …

  5. How to install mod_ssl for Apache httpd? - Stack Overflow

    38 Try installing mod_ssl using following command: yum install mod_ssl and then reload and restart your Apache server using following commands: systemctl reload httpd.service systemctl restart …

  6. How to find the path of apache config file - Stack Overflow

    Jun 21, 2019 · Maybe the name and path of the configuration file, as an argument to the httpd process. The httpd process would then be started with the -f CONFIG-FILE argument.

  7. Set up Apache virtualhost on Windows - Stack Overflow

    Look for " Listen " in your httpd.conf file, and set it to Listen 8080. Plus if you're still on Apache 2.2, you may also need to add NameVirtualHost *:8080 on top of your vhost settings in httpd-vhosts.conf.

  8. apache2 - Could not reliably determine the server's fully qualified ...

    httpd: Could not reliably determine the server's fully qualified domain name, using ::1 for ServerName Now I think I have to set ServerName and the IP address as I search through Google.

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

  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 even stopped …