Apache HTTPD on Linux

Steps

  1. Rename the EP_UPDATE_ROOT/scripts_linux folder to scripts (EP_UPDATE_ROOT/scripts).
  2. Run the following command to make sure EP_UPDATE_ROOT/scripts/update has execute permissions: chmod +x EP_UPDATE_ROOT/scripts/update
  3. If your Linux server is running SELinux (Security Enhanced Linux), use the semanage or the chcon command to label the file-type EP_UPDATE_ROOT/ scripts/update as httpd_sys_content_t. To do this, run the following commands as a Linux root user:
    • /usr/sbin/semanage fcontext –a –t httpd_sys_content_t EP_UPDATE_ROOT/scripts/update
    • /sbin/restorecon EP_UPDATE_ROOT/scripts/update
  4. Edit the configuration file EP_UPDATE_ROOT/conf/httpd.conf with a text editor, and replace the string ${EP_UPDATE_ROOT} with the actual value of EP_UPDATE_ROOT.
  5. Edit the file /etc/httpd/conf/httpd.conf, and append a single line at its end: include EP_UPDATE_ROOT/conf/httpd.conf
  6. Restart the Apache HTTPD service. Make sure that the service starts up.

Next steps

For additional information, see the installation instructions provided on the Apache Web site.