openbsd-ports/devel/subversion/pkg/MESSAGE-ap2
steven 7897a9f132 add some guidance to enable/disable the svn modules for apache2
slightly tweaked diff from Brad Walker, also reminded by Stefan Sperling.
2008-11-03 21:33:56 +00:00

11 lines
439 B
Plaintext

To finish the install of ap2-subversion, you need
to enable the modules by adding the following line
to your ${SYSCONFDIR}/apache2/httpd2.conf file:
LoadModule dav_svn_module ${PREFIX}/lib/apache2/mod_dav_svn.so
LoadModule authz_svn_module ${PREFIX}/lib/apache2/mod_authz_svn.so
If you already have Apache running on your machine,
you should not use "apachectl2 restart" - instead,
you should fully stop and then restart the server.