On Fri, Aug 09, 2013 at 02:55:01PM +0400, Kirill Bychkov wrote:
> Hello!
> This is update of perl SVN-Web. It solves problem with incorrect URLs while
> you're browsing repository deeper than top level.
> Now it's able to connect to remote repositories.
> Lots of bugs were fixed.
> Also add README for quick start.
> 
> btw, am I right about threaded perl in base?
> 
> Tested on amd64. OK?

Tested how? See below.

> Index: pkg/README
> ===================================================================
> RCS file: pkg/README
> diff -N pkg/README
> --- /dev/null 1 Jan 1970 00:00:00 -0000
> +++ pkg/README        17 Jul 2013 12:49:24 -0000
> @@ -0,0 +1,18 @@
> +$OpenBSD: README-main,v 1.1 2013/03/22 15:00:29 kirby Exp $
> +
> ++-----------------------------------------------------------------------
> +| Running ${FULLPKGNAME} on OpenBSD
> ++-----------------------------------------------------------------------
> +
> +Create directory where cgi script would be accessible by httpd:
> +     mkdir /var/www/htdocs/svnweb
> +
> +Run svnweb-install in /var/www/htdocs/svnweb.
> +
> +Edit config.yaml in /var/www/htdocs/svnweb to reflect reality.
> +
> +If you a running Apache, add following lines to /var/www/conf/httpd.conf:
> +
> +  <Directory /var/www/htdocs/svnweb>
> +    Options All ExecCGI
> +  </Directory>
> 

These instructions don't work for me with httpd(8) from base.
The /var/www/ chroot gets in the way of the CGI script.
It seems that quite a bunch of things would need to be copied
into the chroot for this to work.

Also, it seems the option syntax is: Options +ExecCGI
for the version of httpd in base.

Reply via email to