About 1,620,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 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?

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

  4. Configuring SSL With Virtual Hosts under Apache and CentOS

    Dec 23, 2015 · The problem here is not the IP address but that Apache falls back to the first defined vHost as a default if none matches the current hostname, and that this goes by port. …

  5. Where can I find httpd.conf file for Apache on my windows?

    Dec 30, 2019 · I am trying to fix one venerability on my production web server (Apache), Venerability is "The HTTP headers sent by the remote web server disclose information that …

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

  7. How To Set Up Apache Virtual Hosts on XAMPP (Windows)

    To 8080 or other, free ports. Listen 8080 While we have httpd.conf file open we need to ensure that httpd-vhosts.conf is included: Include conf/extra/httpd-vhosts.conf Virtual hosts Note: By …

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

    May 9, 2016 · If you run httpd in another user account, instead of simply adding sudo you might want to use sudo -u [httpd user] to check file privilege.

  9. apache - Error message "Forbidden You don't have permission to …

    Jun 4, 2012 · I have configured my Apache by myself and have tried to load phpMyAdmin on a virtual host, but I received: 403 Forbidden You don't have permission to access / on this server …

  10. httpd - Error Start Apache "php value" - Server Fault

    The Apache httpd-2.4 can failed with above error if you by mistake configured it to use other mpm module than prefork (as only prefork mpm works fine with php on Linux (CentOs7/RHEL7).