Before patching Oracle Compute Cloud Service instances, you must create a local repository server. This server should be hosted on an Oracle Linux server.
To create the server, do the following:
- Log in to the server on which you want to host the repository server.
- Install the
httpd package:
- Configure the
/etc/httpd/conf/httpd.conf file:
- Edit the
/etc/httpd/conf/httpd.conf file:
vi /etc/httpd/conf/httpd.conf
- In the
<Directory /> section of the file, ensure that Options FollowSymLinks is present.
Example:
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>