I've installed apache on my server, and I'm using it to access my svn server over webdav. The problem is that sometimes, using svn can be really slow, or even not work, for no reason I can ascertain. Restarting apache corrects the problem for a bit, but it always comes back. Anybody have this problem?
My apache install opts:
Code: Select all
[ebuild R ] www-servers/apache-2.2.10 USE="ldap ssl static threads -debug -doc (-selinux) -sni -suexec" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif speling status unique_id userdir usertrack vhost_alias -asis -authn_alias -cern_meta -charset_lite -dumpio -log_forensic -proxy_ftp -substitute -version" APACHE2_MPMS="event -itk -peruser -prefork -worker" 0 kBCode: Select all
APACHE2_OPTS="-D DEFAULT_VHOST -D PHP5 -D USERDIR -D LOG_SQL -D INFO -D DAV -D SVN"Thanks in advance.

