Tagged Questions
The port80 tag has no wiki summary.
3
votes
2answers
200 views
How to determine what server is listening on Port 80
I need to determine, what web server (IIS, Apache, Jetty) is running on port 80 in Java.
Are there any solutions to get the informations via port 80?
Thanx and reguards
Stefan
1
vote
2answers
331 views
Is AMF3 protocol is good for flash/flex client server development?
I need to develop client server application that involve gaming. I have no experience in flash and I was reading about the AMF3 protocol that is compact and fast, is it better than xml/json for data ...
0
votes
3answers
36 views
Apache server - not loading localhost [closed]
I had this problem with my Apache server not starting, because port 80 was being used by some other program, I changed the 'Listen' port number to 8888 and the server got started. But now the problem ...
0
votes
2answers
92 views
ECONNREFUSED on Port 80
I've written a web-server using Node.js.
When I tried to test my server with the tester I've written for it, I succeed only if the port I'm using for the server is not 80.
I've checked on netstat, and ...
0
votes
3answers
50 views
sharepoint and other localhost sites, on port 80
i'm running sharepoint 2010 foundation, on win7. since installing SP2010, none of my other localhost websites load in the browser. i'm either prompted for a login, or it just returns blank pages. ...
0
votes
2answers
23 views
work by Apache and port 80
Later, I worked by apache and I didn't any problem, but after install SQL Server 2008, apache don't work.
I think there is problem on port 80.
Please help me... tnx
0
votes
2answers
38 views
HTTP communication on port 80
I'd like to understand how web servers handle large number of simultaneous HTTP requests and responses. Please keep in mind I'm new to network programming.
Can the web server send multiple HTTP ...
0
votes
0answers
91 views
Testing mobile website running on desktop using iPhone hotspot / connecting to port 80 of PC from iPhone using hotspot
I'm trying to browse a mobile website running on my desktop PC, under Jetty on port 80. Jetty is listening to all interfaces. I've connected my iPhone using a USB cable, and enabled my personal ...
0
votes
1answer
1k views
XAMPP PORT 80 is Busy / EasyPHP error in Apache configuration file:
This problem has completely shot my entire day. I reformatted my old windows XP comp and tried installing XAMPP only to find that when i try to start Apache xampp claims port 80 is busy....WHAT DOES ...
0
votes
1answer
121 views
Sencha Ext JS 4 framework examples on IIS 7 configured NOT on port 80 doesn't work
I figured this might be a Sencha Ext JS 4 framework issue, not a server issue, so I'll just give you the link to this question.
...
0
votes
0answers
34 views
How to get requested URL name?
I need to catch event in my application(in gtk+) containing name of requested URL.i need to catch it on opening or closing of URL from any browser.the solution should be platform independent(can be ...
0
votes
2answers
254 views
How to limit port 80 to just one user with iptables
I want to limit port 80 so that only one user can use it. I want to do this with iptables I have not found any documentation on how to do this.
0
votes
2answers
379 views
How to verify if server can make outbound requests on port 80 and 443?
In relation to this question on an openid issue I'm having, someone asked me to check whether my server is able to make outbound requests on port 80 and 443.
Can you tell me how to verify that? The ...
-1
votes
1answer
95 views
Apache cant Start - port 80 in use [closed]
When i open 127.0.0.1 in my Browser it open a page that show me 404 Not Found Error , but apache is not started and cant start !
it seems that port 80 is used by a program , how can i find program ...