--- gforth/httpd.fs 2004/12/31 13:23:57 1.18 +++ gforth/httpd.fs 2006/10/07 17:06:15 1.20 @@ -23,7 +23,7 @@ warnings off require string.fs Variable DocumentRoot s" /usr/local/httpd/htdocs/" DocumentRoot $! -Variable UserDir s" .html-data/" UserDir $! +Variable UserDir s" public_html/" UserDir $! Variable url Variable posted @@ -181,7 +181,7 @@ mime set-current s" application/pgp-signature" transparent: sig s" application/x-bzip2" transparent: bz2 s" application/x-gzip" transparent: gz -s" /etc/mime.types" mime-read +s" /etc/mime.types" ['] mime-read catch [IF] 2drop [THEN] definitions