Configure Apache Web Server


For RedHat Linux 7.3, the configuration file is found

    • /etc/httpd/conf

  • edit the ServerAdmin and ServerName values to fit what you need
  • the default values are as follows:
    • ServerAdmin -> root@localhost
    • ServerName -> localhost
      • change this to what e-mail add you had setup
        • ex.: webmaster@www.foobirds.org

ServerName, this is your unit's name

        • ex.: vins.vinsky2002.org or www.foobirds.org

change the DocumentRoot directive(this points where the web pages are found or to be accessed), when needed

default value or location would be /var/www/html