On 2014-11-22, Riley Baird 
<bm-2cvqnduybau5do2dfjtrn7zbaj246s4...@bitmessage.ch> wrote:

> I have successfully setup the httpd(8) webserver, but only for static
> webpages. I have been unable to get cgi (perl) scripts to run.

You didn't mention it, so I'll point out that you need to run
slowcgi(8) to proxy between FastCGI and CGI scripts.

> Due to the OpenBSD chroot, I have copied the folowing files into
> /var/www. The libraries were generated from `ldd /usr/bin/perl`.

That may not be enough.  Try manually running things with

# chroot -u www /var/www <command>

Also see the README of the cvsweb port (ports/devel/cvsweb/pkg/README)
for some ideas what may be required.

(Which reminds me that this needs updating for perl 5.20.  Ugh.)
-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to