Hello,
after I load the httpd package:
> ,config ,load packages.scm
packages.scm
> ,open httpd httpd-file-directory-handlers
I tried according to the SUnet Reference Manual (with the file names adapted to
my needs):
(httpd (make-httpd-options
with-request-handler (rooted-file-handler "/tmp/sunet")
with-root-directory "/tmp/sunet")
then scsh shell is blocked (perhaps this is ok, don't know) and does not show
any error message, but my browser says:
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to
complete your request.
Please inform the server administrator, [no mail address available], of the
circumstances leading to the error, and time it occured.
Further Information: Internal error occured while processing request
resolv.conf-parse-error"
what's wrong? How does a minimal working configuration look like?
Thanks for help,
Immanuel
|