NameVirtualHost *:443
<VirtualHost *:443>
SSLEngine on
SSLCertificateFile "S:\ToT\server\Apache\Apache2\conf\infos.crt"
SSLCertificateKeyFile "S:\ToT\server\Apache\Apache2\conf\infos.key"
SSLProtocol all
SSLCipherSuite HIGH:MEDIUM
ScriptAlias /check "S:/ToT/server/ViewVC/bin/mod_python/viewvc.py"
<Location /check>
AuthType Basic
AuthName "SVN Serve for Apache by Infos."
AuthUserFile "S:\ToT\server\Apache\Apache2\conf\htpasswd"
Require valid-user
AddHandler mod_python .py
PythonPath "[r'S:\\ToT\\server\\ViewVC\\bin\\mod_python']+sys.path"
PythonHandler handler
PythonDebug On
AddDefaultCharset UTF-8
Options +Includes
</Location>
<VirtualHost *:443>
SSLEngine on
SSLCertificateFile "S:\ToT\server\Apache\Apache2\conf\infos.crt"
SSLCertificateKeyFile "S:\ToT\server\Apache\Apache2\conf\infos.key"
SSLProtocol all
SSLCipherSuite HIGH:MEDIUM
ScriptAlias /check "S:/ToT/server/ViewVC/bin/mod_python/viewvc.py"
<Location /check>
AuthType Basic
AuthName "SVN Serve for Apache by Infos."
AuthUserFile "S:\ToT\server\Apache\Apache2\conf\htpasswd"
Require valid-user
AddHandler mod_python .py
PythonPath "[r'S:\\ToT\\server\\ViewVC\\bin\\mod_python']+sys.path"
PythonHandler handler
PythonDebug On
AddDefaultCharset UTF-8
Options +Includes
</Location>
'Server' 카테고리의 다른 글
이미지, 동영상 불펌 막기 (0) | 2008.10.17 |
---|---|
svnadmin help create (0) | 2007.07.09 |
포트 동접 체크 (0) | 2007.05.29 |
[iSCSI] iSCSI 무엇인가? (0) | 2007.05.18 |
[iSCSI] iSCSI for Storage Networking (인터텟 스카시를 이용한 스토리지 네트워킹) (0) | 2007.05.18 |