NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: httpd, cgi, ikiwiki, and me.
On Fri, 9 Apr 2021, Bob Bernstein wrote:
Since upgrading to 9.99.81, httpd doesn't launch a 
cgi that has worked for years, to wit 
/var/www/cgi-bin/ikiwiki.cgi.
My rc.conf looks at it always has, at least in 
regard to httpd:
httpd=YES httpd_flags="-I 8888"
         httpd_wwwdir="/var/www"
THE FIX was adding this arg to httpd_flags: 
'-c /var/www/cgi-bin'
so that the whole /etc/rc.conf httpd entry now looks like:
 httpd=YES httpd_flags="-I 8888 -c /var/www/cgi-bin"
           httpd_wwwdir="/var/www"
I found that '-c' in bozohttpd's man page.
Thank you.
--
"...that there is no getting away from the central position of the individual I believe anyone can see for himself merely by observing that the individual does not regard the following to be a senseless question: "Under what conditions would you draw the conclusion that everyone in the world except yourself had gone crazy?"
Bridgman _The Nature of Physical Theory_ (1936)
Home |
Main Index |
Thread Index |
Old Index