make small fixes to README
This commit is contained in:
parent
132432d825
commit
0d72582fd7
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user