Discussion: Listen 8080
Afficher un message
Vieux 27/01/2006, 23h23   #6
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
 
Page generated in 0,04507 seconds with 9 queries