I can\'t commit .htaccess files from my Windows SVN client (TortoiseSVN). The error that is returned is:
Could not read status line: Existing connecti
Check other apache config files. In my default /etc/apache2/modules.d/00_default_settings.conf (on a gentoo install), I have a FilesMatch "^.ht"
section that does Deny from all
.
I'd suggest running a grep -r -i "\\.ht" *
from the /etc/apache or /etc/httpd or /etc/apache directory, to see what you come up with.
It may also be an AccessFileName
directive, so grep for that too.