Daryl Richter wrote: >> When I try to run instiki, here's the output: >> >> => Instiki started on http://0.0.0.0:2500 > > The line above may be the clue ^^^^^^^^ > > See the 0.0.0.0, you are connecting to 127.0.0.1, not 0.0.0.0 and for some > reason windows is not resolving these to be the same thing. > > Try changing your default ip binding in script/server or pass "-b 127.0.0.1" > on the command line when you start instiki.
I tried this and I'm still getting a white page when I go to localhost:2500 and 127.0.0.1:2500. Here's my console output: C:\ruby\instiki-0.11.0>ruby instiki -b 127.0.0.1 => Instiki started on http://127.0.0.1:2500 => Ctrl-C to shutdown; call with --help for options [2006-07-13 13:27:03] INFO WEBrick 1.3.1 [2006-07-13 13:27:03] INFO ruby 1.8.4 (2005-12-24) [i386-mswin32] [2006-07-13 13:27:03] INFO WEBrick::HTTPServer#start: pid=3172 port=2500 127.0.0.1 - - [13/Jul/2006:13:27:27 Central Standard Time] "GET / HTTP/1.1" 500 0 - -> / 127.0.0.1 - - [13/Jul/2006:13:27:28 Central Standard Time] "GET /favicon.ico HTT P/1.1" 200 0 - -> /favicon.ico 127.0.0.1 - - [13/Jul/2006:13:27:36 Central Standard Time] "GET / HTTP/1.1" 500 0 - -> / 127.0.0.1 - - [13/Jul/2006:13:27:36 Central Standard Time] "GET /favicon.ico HTT P/1.1" 200 0 - -> /favicon.ico _______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
