On 7/13/06 4:32 AM, "Jason Howard" <[EMAIL PROTECTED]> wrote:

> I'm trying to run Instiki locally with Windows ME.
> 
> When I try loading: http://127.0.0.1:2500/ or: http://localhost:2500
> in my browser, I get a blank white screen.
> 
> 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 am on Mac where 0.0.0.0 does work, so I have no way of testing this, so
good luck.
 
On 7/13/06 4:32 AM, "Jason Howard" <[EMAIL PROTECTED]> wrote:

> => Instiki started on http://0.0.0.0:2500

> => Ctrl-C to shutdown; call with --help for options
> [2006-7-13 04:00:13] INFO WEBrick 1.3.1
> [2006-7-13 04:00:13] INFO ruby 1.8.2 (2004-12-25) [i386-mswin32]
> [2006-7-13 04:00:14] INFO WEBrick::HTTPServer#start: pid=119670033 port=2500
> 127.0.0.1 - - [13/Jul/2006:04:00:31 Eastern Daylight Time] "GET / HTTP/1.1"
> 500
> 0
> - -> /
> 
> Nothing about storing data files....
> 
> I tried experimenting with older versions of Instiki, but when I do, I
> just get an error message in place of the above output and nothing
> happens at all.
> 
> Thanks,
> Jason
> _______________________________________________
> Instiki-users mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/instiki-users


--
Daryl
self email: ( daryl at: eddl dot: us )





_______________________________________________
Instiki-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/instiki-users

Reply via email to