bin/contrib/rc-httpd/rc-httpd: add $libdir
This commit is contained in:
parent
c046dd4f8f
commit
52d7d43342
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue