Opened 15 years ago

Closed 15 years ago

#21518 closed defect (worksforme)

apache2 crashes when using mod_dav_svn and mod_authz_svn

Reported by: nd@… Owned by: danielluke (Daniel J. Luke)
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc: imajes@…
Port: subversion

Description

When accessing my svn repository via https on a Snow Leopard installation (on a 32bit Mac Mini) the apache process crashes. Crashlog is attached.

Attachments (1)

httpd_2009-09-20-150246_localhost.crash (16.6 KB) - added by nd@… 15 years ago.
CrashLog

Download all attachments as: .zip

Change History (7)

Changed 15 years ago by nd@…

CrashLog

comment:1 Changed 15 years ago by nd@…

Cc: nd@… added

Cc Me!

comment:2 Changed 15 years ago by jmroot (Joshua Root)

Cc: imajes@… added; nd@… removed
Keywords: apache2 httpd svn subversion removed
Owner: changed from macports-tickets@… to dluke@…
Port: subversion added

comment:3 Changed 15 years ago by danielluke (Daniel J. Luke)

How do you have your mod_dav_svn repository configured (and how do you have authentication set up)?

comment:4 Changed 15 years ago by nd@…

I have the following in my httpd.conf

LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
...
<Location /svn >
        SSLRequireSSL
        DAV svn
        SVNParentPath /Subversion
        #SVNListParentPath on
        AuthType Basic
        AuthName "Authorization Realm"
        AuthUserFile "/Subversion/subversion.users"
        Require valid-user
</Location>

comment:5 Changed 15 years ago by nd@…

Removing the authz_svn_module did it. Thanks

comment:6 Changed 15 years ago by danielluke (Daniel J. Luke)

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.