I don't know how to start the program. When i click start it comes out with this text-->"could not bind to 0.0.0.0 no listening sockets avaliable shuting down" could anyone help me?
Click start? Sounds like a Windowsy kind of thing. ;-) Finf you httpd.conf file and look for a line that starts woth "Listen" You want to bind it to port 80. You could also bind it to one ip address. The default is to listen for all addresses. Change the line to "Listen 80" or "Listen 192.168.1.10:80". Of course you would use your actual ip address.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.