Hi
I have recently installed fisheye on linux environment.
I am trying to change the bind port from the default port 8060 to port 80 (so that i dont have to give port number in the URL)
When i change the port in the config.xml it does not accept port 80 (fishey does not start with port 80)
If I give any other port (say 8061, 8062, 8080 etc..) in the config.xml, it works (fisheye starts normally)
How can i get fisheye to start up on port 80?
Rahul
Hi Rahul,
In *nix systems ports in range 1..1023 are called privileged ports and only processes owned by root user would be able to bind to those ports. I'm guessing this is the reason why you can't run your server on port 80.
There are few alternatives you can consider to solve this problem:
I hope that helps.
Kind regards,
Piotr
Thanks Piotr, we got round this problem by setting up reverse proxy in front of fisheye server.
Rahul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.