Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
how to stop 'http-proxy' ?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
tscolari
l33t
l33t


Joined: 02 May 2004
Posts: 602
Location: curitiba - pr - Brazil

PostPosted: Sun Oct 02, 2005 3:38 am    Post subject: how to stop 'http-proxy' ? Reply with quote

i would like to run apache/lighttpd (any of them) here and make them to listen in the port 8080.
But they complain about this port been already in use.

i used Nmap to scan my computer, and i found out that it's been used by http-proxy.

Code:
8080/tcp open  http-proxy


now i would like to know how to stop/change this...
is this service really needed?
_________________
------------------------------------
Tiago Scolari
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2579
Location: Neunkirchen / Saarland / Germany

PostPosted: Sun Oct 02, 2005 9:46 am    Post subject: Reply with quote

I think this service is not installed or started by gentoo by default. Seems you've installed it some time and added it to one of your runlevels, haven't you ? Therefore there should be an init script in "/etc/init.d". Just stop it.
Code:

$ /etc/init.d/<the-init-script> stop

And also remove it from all runlevels
Code:

$ rc-update del <the-init-script>


Mfg

Sino
Back to top
View user's profile Send private message
jamapii
l33t
l33t


Joined: 16 Sep 2004
Posts: 637

PostPosted: Sun Oct 02, 2005 1:28 pm    Post subject: Reply with quote

nmap shows only service names from /etc/services

"netstat -l -p" can show process names when run as root.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum