Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Port 80 running
Name: aubrown Date: June 4, 2009 at 07:24:11 Pacific OS: Windows XP Subcategory: Servers
Comment:
I am trying to run a web server, Apache, (via XAMPP), on my laptop to test out the software Joomla. During the XAMPP installation, though, it says that Apache cannot install because port 80 is already in use. I think that a previous installation on this machine of XAMPP is making port 80 busy, but I have uninstalled everything XAMPP related and deleted it all from the local C: drive. What should i do? How can I just stop whatever process is clogging up port 80?
Name: guapo Date: June 4, 2009 at 07:29:04 Pacific
Reply:
Reboot the machine. Don't open any windows except a command prompt. Run: netstat -ano That will tell you the PID of the connection. Use taskkill /pid # to kill it.
How do you know when a politician is lying? His mouth is moving.
0
Response Number 2
Name: aubrown Date: June 4, 2009 at 07:44:43 Pacific
Reply:
THank you so much for you reply, but on the command line (and remember I have WindowsXP) is says that taskkill is not a recognized command. What should I do in this case?
0
Response Number 3
Name: aubrown Date: June 4, 2009 at 07:47:21 Pacific
Reply:
Actually, I found tskill on google and tried it. It does exist, but I cannot kill the process (which happens to be 884 it that means anything) because it says "Access Denied"...is there a way to force it?
0
Response Number 4
Name: StuartS Date: June 4, 2009 at 07:57:42 Pacific
Reply:
You can get round the problem by having Apache listen on port 8080. You then need to forward port 80 on your router to port 8080. This only works if you are behind a router. If you have the modem directly connected to the computer it wont.
Stuart
0
Response Number 5
Name: aubrown Date: June 4, 2009 at 08:00:25 Pacific
Reply:
I am not using a router...just my laptop. I don't know how to kill the process, so I guess I'm at a hold up for now
0
Response Number 6
Name: FishMonger Date: June 4, 2009 at 08:16:55 Pacific
Reply:
Go to Task Manager and see which program is running under that PID number. You can try killing the process from there, but if it's running as a service, you'll need to stop that service.
Control Panel -> Administrative tools -> Services
0
Response Number 7
Name: jefro Date: June 4, 2009 at 13:28:37 Pacific
Summary: Hello, My ISP blocks port 80 and 8080, so I decided to run my webserver on port 1037. I've read about ports in http://www.iana.org/assignments/port-numbers but I need a second opinion on which port sh...
Summary: I'm trying to block access to a computer on my network from accessing the internet. I'd still like that computer to access email ports and intranet data. I just don't want it to access http data throu...
Summary: What game are you running? Look at their site and see which port they suggest. . .I too also thought port 80 was for webservers, but just make sure you are forwarding the right port. ...