Mercurial > urweb
comparison src/settings.sml @ 859:60240acd15b9
Successfully starting FastCGI sessions with Apache
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 27 Jun 2009 12:38:23 -0400 |
parents | 346cf1908a17 |
children | ebefb0609ac3 |
comparison
equal
deleted
inserted
replaced
858:346cf1908a17 | 859:60240acd15b9 |
---|---|
260 | 260 |
261 fun clibFile s = OS.Path.joinDirFile {dir = Config.libC, | 261 fun clibFile s = OS.Path.joinDirFile {dir = Config.libC, |
262 file = s} | 262 file = s} |
263 | 263 |
264 val http = {name = "http", | 264 val http = {name = "http", |
265 link = clibFile "request.o" ^ " " ^ clibFile "http.o", | 265 link = clibFile "request.o" ^ " " ^ clibFile "queue.o" ^ " " ^ clibFile "http.o", |
266 persistent = true} | 266 persistent = true} |
267 | 267 |
268 val () = addProtocol http | 268 val () = addProtocol http |
269 | 269 |
270 val curProto = ref http | 270 val curProto = ref http |