- 285 名前:284の続き mailto:sage [2009/10/11(日) 15:25:12 ]
- # cgi用
Alias /my_cgi/ "/path/to/cgi/" <VirtualHost *:443> ServerName example.com <Directory /path/to/cgi/> DirectoryIndex example.pl Options ExecCGI AuthType Digest AuthName "example" AuthDigestDomain /example/ AuthUserFile /path/to/digest_file Require valid-user </Directory> </VirtualHost> これで https://svn.example.com/ でsubversionサーバが、 https://example.com/my_cgi/ でcgiが動くのですが、 cgiはhttpでもアクセス出来てしまい、svn.example.com/ にアクセスすると、example.netの方のコンテンツが表示されてしまいます。 何処を直せばいいかアドバイスをお願いします。
|

|