Is this message from Apache? Is your browser going to http://localhost/post/57 or http://localhost/cgi-bin/toycms.cgi/post/57? If it is the former then you can try uncommenting the prefix line on toycms_config.lua and setting it to
prefix = "/cgi-bin/toycms.cgi" The way Orbit applications are optimized to work right now is to copy the whole toycms folder to your htdocs, configure your web server so .ws files are executable, then point your browser to http://host/toycms/toycms.ws. -- Fabio Mascarenhas On Tue, Dec 15, 2009 at 3:11 PM, steve donovan <steve.j.dono...@gmail.com> wrote: > On Tue, Dec 15, 2009 at 6:50 PM, Fabio Mascarenhas <mascaren...@acm.org> > wrote: >> is something else broken in your config but the cache files from the >> previous run of the app (under Xavante) are masking it. > > OK, fresh machine, go straight to CGI - now we get a definite error: > "The requested URL /post/57 was not found on this server." when I > click on a link. > > And here's the cgi file: > > #! c:/lua/lua.exe > require"lfs" > lfs.chdir [[C:\lang\lua\orbit\orbit-2.0.2\samples\toycms]] > require"wsapi.cgi" > require"toycms" > wsapi.cgi.run(toycms.run) > > _______________________________________________ > Kepler-Project mailing list > Kepler-Project@lists.luaforge.net > http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project > http://www.keplerproject.org/ > _______________________________________________ Kepler-Project mailing list Kepler-Project@lists.luaforge.net http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/