On Saturday, 2 July 2005 at 7:32:23 -0700, Matt Phillips wrote: > Stupid question: what version of Apache do you actually have installed?
2.0.54 > OpenBSD still uses Apache 1.3.x by default; I know. And I have no plan to replace the default one. > you have to actually install > Apache 2.x before subversion's going to work with it (duh). I did that. Here are how I configured and compiled Apache-2.0.54: $ ./configure --prefix=/usr/local/apache2 --enable-ssl --enable-dav --enable-dav-fs $ make; make install And hre are how I configured and compiled Subversion-1.2.0: $ ./configure --prefix=/usr/local/subversion-1.2.0 --with-neon=/usr/local --with-apr=/usr/local --with-apr-util=/usr/local --with-zlib --without-jdk --with-apache=/var/www/home/zoong/tmp/httpd-2.0.54 --with-editor=/usr/local/bin/vim --enable-dav --enable-so It is very much like the one in OBSD-3.7 /dev/subversion's Makefile. > You don't > have to uninstall 1.3.x if you don't want to, just run Apache 2.x on a > different port if you like. That's my plan. And Apache 2.x will run as a normal user, not root, nor www. TA, Zoong