Tagged Questions
The port-number tag has no wiki summary.
9
votes
7answers
302 views
How do you decide what port to use?
This is a little subjective, as there are no rules so to speak. Every time I create a server, I think to myself, "What is the best port to use?" I guess an answer is "Any, as long as the user can ...
3
votes
3answers
836 views
Regular expression to validate InetSocketAddresses (ipv4/v6 + port addresses)
I am looking for tested regular expressions for both ipv4 and ipv6 InetSocketAddress (i.e., ip address + port number). I am not interested in validating hostnames.
It can be two regex (one for ipv4, ...
3
votes
2answers
459 views
$_SERVER['HTTP_HOST'] contains port number too =/
I don't know maybe it's a bug.
I have 2 virutalhosts on my server.
virtualhost1.com
virtualhost2.com
if i open virtualhost1.com with port 80 (virtualhost1.com:80)
...
3
votes
3answers
7k views
Port Number for Incoming Apple Push Notifications
What network services, port numbers, outgoing incoming or both, need to be open on a network for an ipod touch to receive Apple Push Notifications?
I know the outgoing port number to set when sending ...
3
votes
4answers
182 views
What are the origins of standard port numbers?
Wikipedia has a long list of standard port numbers for various protocols.
Does anyone know how some of these numbers were chosen?
EDIT: I'm asking how/why the original developers chose the numbers, ...
1
vote
3answers
98 views
knowing the port number during RMI
Is there a method to know the port number of both the client and server during RMI?
When a result is returned during RMI to the client, next time the client requests the result, will the conversation ...
1
vote
4answers
294 views
How can I find an unused port?
I need to create a brain-dead HTTP server that returns 404s for everything on localhost. Specifically, I have a program under an acceptance test harness which calls out to a server, but for testing I ...
1
vote
1answer
523 views
Actionscript NetStream.play drops port in relative URLs
the current page my flash application is running from is http://localhost:3000/. I'm trying to play a video using NetStream.play(relativeURL) by using a relative URL (e.g. "myVideo.flv"), but when I ...
1
vote
8answers
4k views
Apache is listening on a different port, but how do I get it so I don't have to type in the port number?
I am running IIS and Apache HTTP Server side-by-side on my localhost machine, and Apache is listening on a different port (port 81). IIS is listening to port 80. However, I can only get to my virtual ...
0
votes
2answers
39 views
Application port number changed
I face a problem where the port number of the application (MetaProducts Offline Explorer) has been changed(800 to 7000) and dont know how can it automatically changed.
I trying to run telnet command ...
0
votes
0answers
234 views
Got error while connectiong to remote database in linux [closed]
I am running two instances on amazon ec2. I consider instance of 0 index as sever host and
1 index instance as a local host. I have installed postgresql in both host.
Now from the local host, I want ...
0
votes
3answers
99 views
can two mysql version can share same port number?
Hi
I have mysql 5.0 and going to install mysql 5.5
Can i use the same port 3306 for the both versions of mysql?
Will it create any problems?
0
votes
3answers
439 views
mysql server port number
I've just made a database on mysql on my server. I want to connect to this via my website using php. This is the contents of my connections file:
$dbhost = 'localhost';
$dbuser = 'root';
$dbpass = ...
0
votes
1answer
1k views
java regex matching ip address and port number as captured groups
could please anybody tell me what is wrong with this regexp ?
((?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))\\:([0-9]{2,5})
for matching this: ...
0
votes
1answer
255 views
Asp.NET link: Page losing port number
In this asp.net page, there is a link that leads to another page in a certain subfolder, It has always worked.
Recently, for technical reasons (irrelevant) , the port number had to be changed (80 to ...
0
votes
3answers
319 views
URL losing port number in every page load
I'm currently taking care of a certain local website.
The default port has been changed, and can no longer be not included in the URL due to technical reasons, so now i'm using a certain port in the ...