Jay McCarthy
da2fd6489d
Propagate dispatcher signal
...
svn: r12683
2008-12-02 22:29:19 +00:00
Jay McCarthy
18b3cf5bbc
Bug in insta
...
svn: r12661
2008-12-01 15:57:19 +00:00
Jay McCarthy
c711f5b7e0
note
...
svn: r12592
2008-11-25 20:31:29 +00:00
Jay McCarthy
ba54379202
Refine example
...
svn: r12588
2008-11-25 16:03:31 +00:00
Jay McCarthy
f485ad3e8a
Implementation note
...
svn: r12571
2008-11-21 18:13:34 +00:00
Jay McCarthy
d2a9872174
Using path-string? rather than path? in many places
...
svn: r12570
2008-11-21 17:59:08 +00:00
Jay McCarthy
65d3d41096
Using begin/collect
...
svn: r12569
2008-11-21 16:15:39 +00:00
Jay McCarthy
115f34a1e7
Using ....
...
svn: r12568
2008-11-21 16:08:24 +00:00
Eli Barzilay
370ec9b8e9
show the client's ip in the apache-style log
...
svn: r12558
2008-11-21 08:27:14 +00:00
Jay McCarthy
daff0abe15
Extended example
...
svn: r12550
2008-11-20 23:57:32 +00:00
Jay McCarthy
746184ef5a
Changing docs to have better explanation
...
svn: r12544
2008-11-20 20:41:59 +00:00
Jay McCarthy
52a561fd3e
Adding docs and additional option for r12535
...
svn: r12542
2008-11-20 16:10:31 +00:00
Jay McCarthy
333ec0dfc1
Docs for r12529
...
svn: r12541
2008-11-20 16:04:50 +00:00
Jay McCarthy
0d902ddeaf
Docs for r12526
...
svn: r12540
2008-11-20 15:57:42 +00:00
Eli Barzilay
631a8be60c
* Added #:log-file to `serve/servlet' (always using the
...
'apache-default format for now)
* Using a convenient `dispatcher-sequence' as a `sequencer:make'
wrapper
svn: r12535
2008-11-20 12:11:37 +00:00
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
Eli Barzilay
f6aa15c531
Use the given `mime-types-path' for all files
...
svn: r12528
2008-11-20 04:59:26 +00:00
Eli Barzilay
8b5b87c807
* revise requires to scheme/*
...
* use `for' and better use of regexp patterns in `match'
* use a literal byte-regexp in `make-path->mime-type' and use it
throught `match'
* delay reading of the mime types table (since there are uses like
serve/servlet that will never use it anyway)
svn: r12527
2008-11-20 04:55:14 +00:00
Eli Barzilay
9405d57292
allow #f for #:listen-ip
...
svn: r12526
2008-11-20 03:13:01 +00:00
Eli Barzilay
42d8f1ae1f
fix: just one shutdown message
...
svn: r12525
2008-11-20 03:08:08 +00:00
Eli Barzilay
788b94e28b
Mostly reformatting
...
svn: r12524
2008-11-20 02:55:28 +00:00
Eli Barzilay
7c0db197ec
* Made --ssl set a port number only if it wasn't already before
...
* Made -p reject non-integers and bad port numbers
svn: r12523
2008-11-20 02:27:02 +00:00
Jay McCarthy
8f0544f37d
Bug after moving instance lookup inside servlet namespace
...
svn: r12514
2008-11-19 22:41:49 +00:00
Jay McCarthy
a687555c38
moving tests
...
svn: r12512
2008-11-19 22:22:02 +00:00
Jay McCarthy
83e9431ec5
Templates before tests
...
svn: r12509
2008-11-19 19:04:22 +00:00
Jay McCarthy
a01728e63a
Templates
...
svn: r12500
2008-11-18 22:03:44 +00:00
Jay McCarthy
cb68faa140
Contract
...
svn: r12499
2008-11-18 22:02:16 +00:00
Jay McCarthy
cfb1805e44
Updating re: Eli
...
svn: r12498
2008-11-18 21:47:06 +00:00
Jay McCarthy
d085b21a90
Clarifying manager docs and adding interface to serve/servlets
...
svn: r12494
2008-11-18 17:53:18 +00:00
Jay McCarthy
ce734b819c
Increasing crossrefs. Eli, you can include this in the release
...
svn: r12492
2008-11-18 17:08:04 +00:00
Jay McCarthy
bba0d3b3d4
Increasing code xrefs
...
svn: r12481
2008-11-18 00:02:28 +00:00
Jay McCarthy
1bb01c05cd
Fixing scribble errors
...
svn: r12479
2008-11-17 18:03:22 +00:00
Jay McCarthy
fd5163ea46
Dont need that information anymore
...
svn: r12476
2008-11-17 17:10:55 +00:00
Jay McCarthy
54429dc56b
Response/basic bug
...
svn: r12474
2008-11-17 17:07:51 +00:00
Jay McCarthy
f64d8a5280
Exposing MIME headers to user
...
svn: r12431
2008-11-13 21:25:13 +00:00
Jay McCarthy
a93b36c953
Clarify SSL
...
svn: r12427
2008-11-13 16:07:02 +00:00
Jay McCarthy
d56eed754b
Redoing documentation layout
...
svn: r12418
2008-11-12 23:45:00 +00:00
Jay McCarthy
d0a5616cb0
Abstracting HTTP code to sub-module
...
svn: r12415
2008-11-12 18:44:29 +00:00
Jay McCarthy
a2b5ebb64c
Removing old GUI launcher
...
svn: r12414
2008-11-12 17:39:54 +00:00
Jay McCarthy
fd6dfdbbc4
Better SSL support
...
svn: r12396
2008-11-11 23:31:26 +00:00
Jay McCarthy
9c174affa7
Removing some old functions
...
svn: r12395
2008-11-11 23:04:49 +00:00
Jay McCarthy
35cb453ea9
Pulling out servlet creation routines
...
svn: r12394
2008-11-11 22:57:41 +00:00
Jay McCarthy
34c5db31ef
Adding a barrier, making a better name, and support stateless in serve/servlet
...
svn: r12392
2008-11-11 22:24:44 +00:00
Jay McCarthy
ab1da92ee9
Error in elim-letrec
...
svn: r12386
2008-11-11 17:46:43 +00:00
Jay McCarthy
3c51e88785
Removing unneccessary mutation
...
svn: r12381
2008-11-10 23:04:46 +00:00
Jay McCarthy
15ad16f28d
Docs update
...
svn: r12379
2008-11-10 22:35:54 +00:00
Jay McCarthy
4f8dfc7514
Merging the web language dispatcher into the standard one
...
svn: r12378
2008-11-10 22:32:51 +00:00
Jay McCarthy
f7481b0c08
Slowly merging the two servlet regimes
...
svn: r12377
2008-11-10 18:45:44 +00:00
Jay McCarthy
138a64c24b
Updating continue
...
svn: r12376
2008-11-10 17:39:30 +00:00
Jay McCarthy
411f6321fe
Cleaning up dispatch-servlets
...
svn: r12349
2008-11-08 00:23:45 +00:00