The Racket repository
Go to file
Eli Barzilay a41971ba6d Added #:ssl? for making an https server. It is hard-wired to using
"server-cert.pem" and "private-key.pem" in `server-root-path', but
that seems to be the same as the --ssl command-line option.  The ssl
server is created using the same code that "private/launch.ss" uses,
so it might be a good idea to abstract it into a separate file.

Also, `mime-types-path' defaults to "mime.types" in the
`server-root-path', but if the file is missing, then it uses
"mime.types" in the `default-configuration-table-path', which is a
sensible choice for just getting a server running.

svn: r12529
2008-11-20 05:53:04 +00:00
collects Added #:ssl? for making an https server. It is hard-wired to using 2008-11-20 05:53:04 +00:00
doc svn: r12521 2008-11-20 02:15:01 +00:00
man/man1 svn: r10369 2008-06-19 05:48:53 +00:00
src Welcome to a new PLT day. 2008-11-17 08:50:12 +00:00