Hi,
You can download a SCGI implementation for Swazoo from Github:
http://github.com/NicolasPetton/swazoo-scgiAfter building the package, evaluate the following:
st> PackageLoader fileInPackage: 'Swazoo-SCGI'
st> site := Swazoo.SwazooSite newNamed: 'scgi-example'
st> site scgiPort: 4000
st> site addResource: (Swazoo.HelloWorldResource uriPattern: '/')
st> site start
You can now configure your favorite web server to handle SCGI on port
4000 :)
If you want to try it with Iliad, it is a bit different:
st> Iliad.ILSite default scgiPort: 4000
st> Iliad.ILSite default start
Same thing with Seaside (The swazoo site for Seaside is
"Seaside.SeasideSite default")
HTH,
Nico
_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk