|
|
|
|
||||||
| comp.info.servers.win Web servers for MS Windows and NT. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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? |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
|
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
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) |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
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. |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
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? |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
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. |
|
![]() |
| Outils de la discussion | |
|
|