bin/contrib/rc-httpd/rc-httpd: add $libdir

This commit is contained in:
Stanley Lieber 2016-02-11 16:24:49 -05:00
parent c046dd4f8f
commit 52d7d43342

View file

@ -1,5 +1,6 @@
#!/bin/rc #!/bin/rc
rc_httpd_dir=/home/sl/www/werc/bin/contrib/rc-httpd rc_httpd_dir=/home/sl/www/werc/bin/contrib/rc-httpd
libdir = $rc_httpd_dir/lib
path=($PLAN9/bin $rc_httpd_dir/handlers $PATH) path=($PLAN9/bin $rc_httpd_dir/handlers $PATH)
cgi_path=$PLAN9/bin cgi_path=$PLAN9/bin
SERVER_PORT=80 # default for CGI scripts, may be overridden by the Host header SERVER_PORT=80 # default for CGI scripts, may be overridden by the Host header