doenietzomoeilijk / navbot

Automatically exported from code.google.com/p/navbot
0 stars 0 forks source link

Need to be able to change localhost to alternative domain or IP #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The server only runs under localhost:9999.  Would be great if we could adjust 
this setting.

I'm trying to run NavBot under OSX/Parallels.  So I need to key in a different 
IP or domain other than 
localhost.  Appears to work fine in this set up but everytime I hit a link 
everything appears to be 
hardcoded with the localhost:9999 

Maybe its just a case of using relative links?  Either way am going to try and 
set up Apache proxying 
to get this to work.

Original issue reported on code.google.com by mod...@gmail.com on 6 Feb 2008 at 9:32

GoogleCodeExporter commented 9 years ago
Should be easy enough to change in the next revision. If not to a nice 
user-friendly 
box then at least to make it a registry setting...

Original comment by mark.oco...@gmail.com on 6 Feb 2008 at 4:25

GoogleCodeExporter commented 9 years ago
That would be great!  Dare I ask if there is an ETA for the next revision?

Original comment by mod...@gmail.com on 7 Feb 2008 at 12:55

GoogleCodeExporter commented 9 years ago
You're welcome to ask, but there's no ETA at the moment. Another short-term 
solution 
for you might be to use SSH to forward the NavBot connection to another host - 
see 
http://www.ssh.com/support/documentation/online/ssh/adminguide/32/Port_Forwardin
g.htm
l for details.

Original comment by mark.oco...@gmail.com on 7 Feb 2008 at 8:21

GoogleCodeExporter commented 9 years ago
Hmm.. never got the port forwarding to work.. can't change localhost on OSX 
without
ramifications. I noticed G was released -- are there release notes?  Was this
enhancement included?  If so, I can't see any obvious way of activating it.  
Here's
hoping...

Original comment by mod...@gmail.com on 20 Apr 2008 at 2:06

GoogleCodeExporter commented 9 years ago
Bother, sorry to hear that modius. I didn't make any changse regarding the 
hostname 
but if I'd known the port forwarding hadn't worked out for you I'm sure I 
could've 
slipped a change in. I'll have a look and see if I can't put something in the 
SVN to 
fix it, perhaps via a registry setting, then send you the new version by email.

Original comment by mark.oco...@gmail.com on 20 Apr 2008 at 9:02

GoogleCodeExporter commented 9 years ago
Ahoy there... me again.  Just bumping this ticket to say would still love to 
see this enhancement if you have the 
time.

Original comment by mod...@gmail.com on 4 Aug 2008 at 7:17

GoogleCodeExporter commented 9 years ago
@Mark: Instead of a registry setting, you could overload the PageServer 
constructor
to accept a port number, then have the default constructor point to the overload
using 9999.  I'm already having issues with UAC in Vista not liking this; 
registry
manipulation could inadvertently make it worse.

Original comment by munge...@gmail.com on 7 Sep 2008 at 5:29

GoogleCodeExporter commented 9 years ago
@Munged92: The registry setting would be in the application-specific area, and 
would 
be set by the user simply as a way of telling NavBot which alternative port to 
use, 
as a simple alternative to the GUI. But there should be time to get this into 
the 
GUI in the next revision. I'm afraid this didn't make it into H, though.

Original comment by mark.oco...@gmail.com on 8 Sep 2008 at 8:30

GoogleCodeExporter commented 9 years ago
Looking forward to trying it out.

Original comment by munge...@gmail.com on 14 Sep 2008 at 6:55

GoogleCodeExporter commented 9 years ago
Any news?

Original comment by fatemedi...@gmail.com on 7 Oct 2008 at 7:26

GoogleCodeExporter commented 9 years ago
Vote 1 this change: I'm currently using a workaround. Using a hex editor on the
EveMarketTool.dll file, you can search and replace any ASCII text of 
"localhost" and
replace it with a custom _nine_ character hostname of choice.
It's ugly, but if you can't wait for the next version, then this may be an 
option.

Original comment by aww...@gmail.com on 22 Apr 2009 at 3:56

GoogleCodeExporter commented 9 years ago
I'm adding a applications config file for NavBot that will let you specify
the URL prefix and other things. From my understanding though, the
HTTPListener class still listens on all interfaces but will only accept
requests from the specified prefix.

Original comment by terry...@gmail.com on 18 Feb 2010 at 4:08

GoogleCodeExporter commented 9 years ago
Rev. K (Beta 2) allows you to configure the URLPrefix and many other
things. It's available for download now :^)

Original comment by terry...@gmail.com on 18 Feb 2010 at 9:47

GoogleCodeExporter commented 9 years ago
What would I need to connect to instead when running parallels?

Original comment by Masamun...@gmail.com on 25 Feb 2010 at 10:16