PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > comp.info.servers.win > Listen 8080
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
comp.info.servers.win Web servers for MS Windows and NT.

Listen 8080

Réponse
 
LinkBack Outils de la discussion
Vieux 08/01/2006, 21h20   #1 (permalink)
julian_m
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Listen 8080

I just switched to XP (from W98), and I had to change

Listen 80
to
Listen 8080
beacause I had the following message:
"make_sock: could not bind to address 0.0.0.0:80"

In my conf file, i've defined

<VirtualHost *:80>

DocumentRoot "C:/Apache2/htdocs/mydir"
ServerName whatever.myserver.com
<Directory "C:/Apache2/htdocs/mydir">
#Options Indexes FollowSymLinks MultiViews
Order allow,deny
Allow from all
</Directory>
</VirtualHost>

Any hints about why I had this problem?

  Réponse avec citation
Vieux 09/01/2006, 11h44   #2 (permalink)
Nil
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Listen 8080


  Réponse avec citation
Vieux 09/01/2006, 20h09   #3 (permalink)
julian_m
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Listen 8080


Nil wrote:
> On 08 Jan 2006, "julian_m" <julianmaisano@gmail.com> wrote in
> news:1136755249.373160.135920@g47g2000cwa.googlegr oups.com:
>
> > Any hints about why I had this problem?

>
> Something else is using port 80. Possibly IIS or some spyware.


Is there a way/utility to know who is already using it?

btw, it's a fresh install, so i seriously doubt about spyware. On the
other hand, the xp included firewall is disabled.

regards - jm

  Réponse avec citation
Vieux 10/01/2006, 00h29   #4 (permalink)
Kees Nuyt
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Listen 8080

On 9 Jan 2006 12:09:04 -0800, "julian_m"
<julianmaisano@gmail.com> wrote:

>
>Nil wrote:
>> On 08 Jan 2006, "julian_m" <julianmaisano@gmail.com> wrote in
>> news:1136755249.373160.135920@g47g2000cwa.googlegr oups.com:
>>
>> > Any hints about why I had this problem?

>>
>> Something else is using port 80. Possibly IIS or some spyware.

>
>Is there a way/utility to know who is already using it?


Run as administrator:
netstat -abp TCP

It will tell you which process listens on port 80.
Or install TCPview from sysinternals if you prefer a GUI.

>btw, it's a fresh install, so i seriously doubt about spyware. On the
>other hand, the xp included firewall is disabled.


I hope you are at least behind a NAT router then.
For protection against spyware you'd need a software firewall.
Try Sygate Personal Firewall (used to be free)
or Zone Alarm. IMHO they are both easier to handle and monitor
than the XP included one.

>regards - jm


HTH
--
( Kees
)
c[_] Mondays are the potholes in the road of life (#69)
  Réponse avec citation
Vieux 27/01/2006, 23h22   #5 (permalink)
AA@nowhere.net
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Listen 8080

I not sure if this is the same problem, but here is how I fixed it on
my Windows XP Pro.

It is IIS that is listening on port 80. I fixed this by going to the
control panel and click on Administrative Tools icon then Internet
Information Services icon. Click on the Web Sites folder. Right click
on Default Web Site icon and scroll down to properties. Change the
listen port to something other than 80, I chose 8080. Apache worked
fine after I did this. I am new to apache so I hope this s
someone. I know it took me a while to figure this problem out.

On Mon, 09 Jan 2006 05:44:17 -0600, Nil
<rednoise+news@REMOVETHIScomcast.net> wrote:

>On 08 Jan 2006, "julian_m" <julianmaisano@gmail.com> wrote in
>news:1136755249.373160.135920@g47g2000cwa.googleg roups.com:
>
>> Any hints about why I had this problem?

>
>Something else is using port 80. Possibly IIS or some spyware.

  Réponse avec citation
Vieux 27/01/2006, 23h23   #6 (permalink)
AA@nowhere.net
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Listen 8080

I not sure if this is the same problem, but here is how I fixed it on
my Windows XP Pro.

It is IIS that is listening on port 80. I fixed this by going to the
control panel and click on Administrative Tools icon then Internet
Information Services icon. Click on the Web Sites folder. Right click
on Default Web Site icon and scroll down to properties. Change the
listen port to something other than 80, I chose 8080. Apache worked
fine after I did this. I am new to apache so I hope this s
someone. I know it took me a while to figure this problem out.


On 8 Jan 2006 13:20:49 -0800, "julian_m" <julianmaisano@gmail.com>
wrote:

>I just switched to XP (from W98), and I had to change
>
>Listen 80
>to
>Listen 8080
>beacause I had the following message:
>"make_sock: could not bind to address 0.0.0.0:80"
>
>In my conf file, i've defined
>
> <VirtualHost *:80>
>
> DocumentRoot "C:/Apache2/htdocs/mydir"
> ServerName whatever.myserver.com
> <Directory "C:/Apache2/htdocs/mydir">
> #Options Indexes FollowSymLinks MultiViews
> Order allow,deny
> Allow from all
> </Directory>
> </VirtualHost>
>
>Any hints about why I had this problem?

  Réponse avec citation
Vieux 28/01/2006, 06h40   #7 (permalink)
Nil
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Listen 8080

On 27 Jan 2006, AA@nowhere.net wrote in
news:j0alt1dc9oc1adb9f593u88cfun34nalpn@4ax.com:

> I not sure if this is the same problem, but here is how I fixed it
> on my Windows XP Pro.
>
> It is IIS that is listening on port 80. I fixed this by going to
> the control panel and click on Administrative Tools icon then
> Internet Information Services icon. Click on the Web Sites folder.
> Right click on Default Web Site icon and scroll down to
> properties. Change the listen port to something other than 80, I
> chose 8080. Apache worked fine after I did this. I am new to
> apache so I hope this s someone. I know it took me a while to
> figure this problem out.


That's fine and good, but if you have no need for IIS, you should shut
it down entirely and for good. It's a security hole, unless it's
scrupulously set up. I believe it's a service that can be stopped in
Control Panel. Change the service to Manual or Disabled.
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 08h25.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,12412 seconds with 15 queries