Johan Corveleyn <[email protected]> writes:
> I tried all I can think of for configuring Apache. Pfffff.
Do you have an explicit ServerName? Are you using VirtualHost? Can you
connect using 1.7/neon? Can you connect using a browser?
Here is the complete Apache config file generated by davautocheck.sh:
LoadModule ssl_module "/usr/lib/apache2/modules/mod_ssl.so"
LoadModule mime_module "/usr/lib/apache2/modules/mod_mime.so"
LoadModule alias_module "/usr/lib/apache2/modules/mod_alias.so"
LoadModule dav_module "/usr/lib/apache2/modules/mod_dav.so"
LoadModule dav_svn_module
"/home/pm/sw/subversion/obj/subversion/mod_dav_svn/.libs/mod_dav_svn.so"
LoadModule auth_basic_module "/usr/lib/apache2/modules/mod_auth_basic.so"
LoadModule authn_file_module "/usr/lib/apache2/modules/mod_authn_file.so"
LoadModule authz_user_module "/usr/lib/apache2/modules/mod_authz_user.so"
LoadModule authz_svn_module
"/home/pm/sw/subversion/obj/subversion/mod_authz_svn/.libs/mod_authz_svn.so"
LockFile lock
User pm
Group pm
SSLEngine on
SSLCertificateFile
/home/pm/sw/subversion/obj/subversion/tests/cmdline/httpd-20120814-000607/cert.pem
SSLCertificateKeyFile
/home/pm/sw/subversion/obj/subversion/tests/cmdline/httpd-20120814-000607/cert-key.pem
Listen 24306
ServerName localhost
PidFile
"/home/pm/sw/subversion/obj/subversion/tests/cmdline/httpd-20120814-000607/pid"
LogFormat "%h %l %u %t \"%r\" %>s %b" common
CustomLog
"/home/pm/sw/subversion/obj/subversion/tests/cmdline/httpd-20120814-000607/access_log"
common
ErrorLog
"/home/pm/sw/subversion/obj/subversion/tests/cmdline/httpd-20120814-000607/error_log"
LogLevel Debug
ServerRoot
"/home/pm/sw/subversion/obj/subversion/tests/cmdline/httpd-20120814-000607"
DocumentRoot
"/home/pm/sw/subversion/obj/subversion/tests/cmdline/httpd-20120814-000607"
ScoreBoardFile
"/home/pm/sw/subversion/obj/subversion/tests/cmdline/httpd-20120814-000607/run"
CoreDumpDirectory
"/home/pm/sw/subversion/obj/subversion/tests/cmdline/httpd-20120814-000607"
TypesConfig
"/home/pm/sw/subversion/obj/subversion/tests/cmdline/httpd-20120814-000607/mime.types"
StartServers 4
MaxRequestsPerChild 0
<IfModule worker.c>
ThreadsPerChild 8
</IfModule>
MaxClients 16
HostNameLookups Off
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\"" format
CustomLog
"/home/pm/sw/subversion/obj/subversion/tests/cmdline/httpd-20120814-000607/req"
format
CustomLog
"/home/pm/sw/subversion/obj/subversion/tests/cmdline/httpd-20120814-000607/ops"
"%t %u %{SVN-REPOS-NAME}e %{SVN-ACTION}e" env=SVN-ACTION
<Directory />
AllowOverride none
</Directory>
<Directory
"/home/pm/sw/subversion/obj/subversion/tests/cmdline/httpd-20120814-000607">
AllowOverride none
#Require all granted
</Directory>
<Location /svn-test-work/repositories>
DAV svn
SVNParentPath
"/home/pm/sw/subversion/obj/subversion/tests/cmdline/svn-test-work/repositories"
AuthzSVNAccessFile
"/home/pm/sw/subversion/obj/subversion/tests/cmdline/svn-test-work/authz"
AuthType Basic
AuthName "Subversion Repository"
AuthUserFile
/home/pm/sw/subversion/obj/subversion/tests/cmdline/httpd-20120814-000607/users
Require valid-user
SVNAdvertiseV2Protocol on
SVNCacheRevProps off
</Location>
<Location /svn-test-work/local_tmp/repos>
DAV svn
SVNPath
"/home/pm/sw/subversion/obj/subversion/tests/cmdline/svn-test-work/local_tmp/repos"
AuthzSVNAccessFile
"/home/pm/sw/subversion/obj/subversion/tests/cmdline/svn-test-work/authz"
AuthType Basic
AuthName "Subversion Repository"
AuthUserFile
/home/pm/sw/subversion/obj/subversion/tests/cmdline/httpd-20120814-000607/users
Require valid-user
SVNAdvertiseV2Protocol on
</Location>
RedirectMatch permanent ^/svn-test-work/repositories/REDIRECT-PERM-(.*)$
/svn-test-work/repositories/$1
RedirectMatch ^/svn-test-work/repositories/REDIRECT-TEMP-(.*)$
/svn-test-work/repositories/$1
--
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download