GNOME 2.0 システム管理 (Solaris 版)

HTTP プロキシの設定

HTTP プロキシを設定するには、/system/http_proxy/ の設定キーの値を変更します。たとえば、HTTP プロキシホストに必須値を設定するには、次のコマンドを実行します。

# gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type string --set /system/http_proxy/host proxy_name

HTTP プロキシホストにデフォルト値を設定するには、次のコマンドを実行します。

# gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type string --set /system/http_proxy/host proxy_name

ほかの HTTP プロキシ関連の環境を設定することもできます。ほかの HTTP プロキシ設定に関する情報については、system_http_proxy.schemas スキーマ定義ファイルを参照してください。