Rename the EP_UPDATE_ROOT/scripts_linux folder to scripts (EP_UPDATE_ROOT/scripts).
Run the following command to make sure EP_UPDATE_ROOT/scripts/update has execute permissions: chmod +x EP_UPDATE_ROOT/scripts/update
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:
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.
Edit the file /etc/httpd/conf/httpd.conf, and append a single line at its end: include EP_UPDATE_ROOT/conf/httpd.conf
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.