This commit is contained in:
committed by
Git OBS Bridge
parent
72e090d2a0
commit
bb6bd6a558
@@ -41,4 +41,49 @@
|
||||
# </LimitExcept>
|
||||
#</Location>
|
||||
|
||||
##
|
||||
## Hosting svn at "/"
|
||||
##
|
||||
#<VirtualHost *>
|
||||
# ServerName svn.example.com
|
||||
# ErrorLog /var/log/apache2/svn.example.com-error_log
|
||||
# TransferLog /var/log/apache2/svn.example.com-access_log
|
||||
# #
|
||||
# # Do not set DocumentRoot. It is not needed here and just causes trouble.
|
||||
# #
|
||||
# # Map the error documents back to their defaults.
|
||||
# # Otherwise mod_dav_svn tries to find a "error" repository.
|
||||
# #
|
||||
# ErrorDocument 400 default
|
||||
# ErrorDocument 401 default
|
||||
# ErrorDocument 403 default
|
||||
# ErrorDocument 404 default
|
||||
# ErrorDocument 405 default
|
||||
# ErrorDocument 408 default
|
||||
# ErrorDocument 410 default
|
||||
# ErrorDocument 411 default
|
||||
# ErrorDocument 412 default
|
||||
# ErrorDocument 413 default
|
||||
# ErrorDocument 414 default
|
||||
# ErrorDocument 415 default
|
||||
# ErrorDocument 500 default
|
||||
# ErrorDocument 501 default
|
||||
# ErrorDocument 502 default
|
||||
# ErrorDocument 503 default
|
||||
# #
|
||||
# <Location />
|
||||
# DAV svn
|
||||
# SVNParent /srv/svn/repositories/
|
||||
# SVNListParentPath on
|
||||
# AuthType Basic
|
||||
# AuthName "subversion repository"
|
||||
# AuthBasicProvider file
|
||||
# AuthUserFile /srv/svn/auth/svn.example.org.htpasswd
|
||||
# SetOutputFilter DEFLATE
|
||||
# <LimitExcept GET PROPFIND OPTIONS REPORT>
|
||||
# Require valid-user
|
||||
# </LimitExcept>
|
||||
# </Location>
|
||||
#</VirtualHost>
|
||||
|
||||
</IfModule>
|
||||
|
Reference in New Issue
Block a user