Oracle Compute Cloud Serviceインスタンスにパッチを適用する前に、ローカル・リポジトリ・サーバーを作成する必要があります。 このサーバーは、Oracle Linuxサーバーでホストする必要があります。
サーバーを作成するには、次を実行します。
- リポジトリ・サーバーをホストするサーバーにログインします。
httpdパッケージをインストールします。
/etc/httpd/conf/httpd.confファイルを構成します。/etc/httpd/conf/httpd.confファイルを編集します。vi /etc/httpd/conf/httpd.conf
- ファイルの
<Directory />セクションで、Options FollowSymLinksがあるか確認します。例:
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>