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>