View previous topic :: View next topic |
Author |
Message |
tscolari l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/162848838440d8c5b215f6e.jpg)
Joined: 02 May 2004 Posts: 602 Location: curitiba - pr - Brazil
|
Posted: Sun Oct 02, 2005 3:38 am Post subject: how to stop 'http-proxy' ? |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
SinoTech Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 20 Mar 2004 Posts: 2579 Location: Neunkirchen / Saarland / Germany
|
Posted: Sun Oct 02, 2005 9:46 am Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
jamapii l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/170100631249065103292e6.jpg)
Joined: 16 Sep 2004 Posts: 637
|
Posted: Sun Oct 02, 2005 1:28 pm Post subject: |
|
|
nmap shows only service names from /etc/services
"netstat -l -p" can show process names when run as root. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|