- 682 名前:login:Penguin [2010/03/10(水) 06:42:35 ID:KudZTj20]
- git.hogehoge.comというVirtualhostで公開した場合
アパッチの設定ってどういう記述すればいいんでしょうか? <VirtualHost *:80> ServerName git.55train.info CustomLog /var/log/apache2/git/access.log combined ErrorLog /var/log/apache2/git/error.log DocumentRoot /sites/git/www/html/ <Directory /sites/git/www/html/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> Alias /prj "/var/git/projects" <Location /prj > DAV on AllowOverride None AuthUserFile /var/git/projects/.davpasswd AuthGroupFile /dev/null AuthName "dav user" AuthType Basic Options Indexes -FollowSymLinks </Location> </VirtualHost> っていう記述だと、中においてるスクリプトファイルが反応して.gitフォルダにアクセス出来ないようなんですが・・・
|

|