Are there any shared hosting providers that support mod_scgi? 2010/4/25 Nicolas Petton <[email protected]>: > Hi, > > You can download a SCGI implementation for Swazoo from Github: > http://github.com/NicolasPetton/swazoo-scgi > > After 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 >
-- Frank Church ======================= http://devblog.brahmancreations.com _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
