第6章 サーバの設定

目次

概要
サーバ設定の選択
svnserve サーバ
svnserve over SSH
Apache HTTP サーバ
推奨
svnserve (専用サーバ)
サーバの起動
デーモンとしての svnserve
inetd 経由の svnserve
トンネル経由の svnserve
Windows サービスとしての svnserve
組み込みの認証と認可
ユーザファイルと認証範囲の作成
アクセス制御の設定
SSH のトンネリング
SSH 設定の技法
初期設定
起動コマンドの制御
httpd (Apache HTTP サーバ)
必須要件
基本的な Apache の設定
認証オプション
基本 HTTP 認証
SSL 証明書の管理
認可のオプション
全面的なアクセス制御
ディレクトリごとのアクセス制御
パス名にもとづいたチェックの禁止
おまけ
リポジトリ閲覧
Apache のログ
その他の機能
パスベース認証
複数リポジトリアクセス方法のサポート

A Subversion repository can be accessed simultaneously by clients running on the same machine on which the repository resides using the file:// method. But the typical Subversion setup involves a single server machine being accessed from clients on computers all over the office—or, perhaps, all over the world.

This chapter describes how to get your Subversion repository exposed outside its host machine for use by remote clients. We will cover Subversion's currently available server mechanisms, discussing the configuration and use of each. After reading this section, you should be able to decide which networking setup is right for your needs, and understand how to enable such a setup on your host computer.