# # This is configuration file for Apache HTTP server which is # part of VisualSVN Server. # # DO NOT EDIT THIS FILE IT WILL BE REGENERATED AUTOMATICALLY BY VISUALSVN SERVER # # Contact with VisualSVN Ltd. (support@visualsvn.com) if you have suggestions and # improvements. # ThreadsPerChild 64 MaxMemFree 100 MaxRequestsPerChild 0 Win32DisableAcceptEx LimitXMLRequestBody 0 LimitRequestFieldSize 12392 ServerRoot "E:/Program Files/VisualSVN Server" ServerName "jdqserverpw.jdqsystems.com:8443" ServerSignature Off ServerTokens Prod DocumentRoot "htdocs" PidFile "F:/svn_repository/server.pid" Listen "8443" LoadModule auth_basic_module bin/mod_auth_basic.so LoadModule authn_file_module bin/mod_authn_file.so LoadModule authn_visualsvn_module bin/mod_authn_visualsvn.so LoadModule authz_svn_module bin/mod_authz_svn.so LoadModule alias_module bin/mod_alias.so LoadModule dir_module bin/mod_dir.so LoadModule deflate_module bin/mod_deflate.so LoadModule mime_module bin/mod_mime.so LoadModule setenvif_module bin/mod_setenvif.so LoadModule rewrite_module bin/mod_rewrite.so LoadModule dav_module bin/mod_dav.so LoadModule dav_svn_module bin/mod_dav_svn.so LoadModule ssl_module bin/mod_ssl.so Options FollowSymLinks AllowOverride None RewriteEngine on RewriteCond %{REQUEST_URI} ^/svn$ RewriteRule ^(.*/svn)$ %1/ [R=301,L] DAV svn SVNListParentPath on SVNParentPath "F:/svn_repository/" SVNIndexXSLT "/svnindex.xsl" AuthName "Subversion Repositories" AuthType Basic AuthBasicProvider file AuthUserFile "F:/svn_repository/htpasswd" AuthzSVNAccessFile "F:/svn_repository/authz" require valid-user Alias /web-ui-static htdocs/web-ui-static DirectoryIndex index.html ErrorLog nul LogLevel error TraceEnable off DefaultType text/plain TypesConfig conf/mime.types AddType application/x-compress .Z AddType application/x-gzip .gz .tgz AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl .crl SSLEngine on SSLRandomSeed startup builtin SSLRandomSeed connect builtin SSLPassPhraseDialog builtin SSLSessionCache "shm:F:/svn_repository/ssl_scache" SSLSessionCacheTimeout 300 SSLMutex default SSLCertificateFile certs/cert.pem SSLCertificateKeyFile certs/server.key SSLProtocol -ALL +SSLv3 +TLSv1 SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM SetEnvIf User-Agent ".*MSIE.*" ssl-unclean-shutdown Include conf/httpd-custom.conf