make small fixes to README

This commit is contained in:
sceox 2020-12-22 13:23:28 -08:00
parent 132432d825
commit 0d72582fd7

View File

@ -9,8 +9,6 @@ May work on other unixes, or may not.
These installation instructions assume OpenBSD. These installation instructions assume OpenBSD.
They also assume you've already set up lpd(8) and configured printcap(5).
Copy the perl script to the cgi-bin directory: Copy the perl script to the cgi-bin directory:
doas cp print.pl /var/www/cgi-bin/ doas cp print.pl /var/www/cgi-bin/
@ -56,11 +54,8 @@ Add to `/etc/httpd.conf`:
server "totoro" { server "totoro" {
listen on * port 80 listen on * port 80
# testing
root "/var/www/htdocs" root "/var/www/htdocs"
# cgi # cgi
location "/" { location "/" {
fastcgi socket "/var/www/run/slowcgi.sock" fastcgi socket "/var/www/run/slowcgi.sock"