Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
# Timeout: The number of seconds before receives and sends time out.
## Timeout 60
Timeout 600
 
# KeepAlive: Whether or not to allow persistent connections (more than one request per connection). Set to "Off" to deactivate.
## KeepAlive Off
KeepAlive On

# MaxKeepAliveRequests: The maximum number of requests to allow during a persistent connection. Set to 0 to allow an unlimited amount.
# We recommend you leave this number high, for maximum performance.
## MaxKeepAliveRequests 100
MaxKeepAliveRequests 10000
 
# KeepAliveTimeout: Number of seconds to wait for the next request from the
# same client on the same connection.
# KeepAliveTimeout#KeepAliveTimeout 15
KeepAliveTimeout 60060


공통

 

Disable SVNPathAuthz

Path-based ACL 을 사용하므로 off 로 할수는 없을것 같음

...