Re: listen directive problem On Jul 4, 11:43*am, "HansH" <ha...@invalid.invalid> wrote:
> "uv" <bluebody...@gmail.com> schreef in berichtnews:ec5d856c-9e97-4f7e-807b-96eef3fa8168@v23g2000pro.googlegroups.com...> Thanks for the help. When i try and run apache, I get the following
> > errors:
> > 1. No listening sockets available
>
> > What port do you want to use? I don't understand ports, that is why I
> > am posting questions here.
>
> Ports are just extentions on an IP adresses:
> the computer has an IP adress, a program can use a port at that adddres:
> a web server commonly operaties at port 80, a ftp server at port 21 and 20,
> mail forwarders -aka SMTP services- use 25, etc.
>
> > How do I determine which port to use?
>
> On windows at the CMD prompt run 'netstat -nba'
> find the line holding :80 in the second column
> next line is telling the name of the program using it
>
> Right click at This_computer and follow Manage => Services => Services
> try to locate the program name found with netstat at the common tab of a
> services properties sheet as the program .
> Stop this service and change its startup mode to disabled.
>
> > 2. Unable to open logs
>
> Apache will report the path it cannot follow, create the folder tree and try
> again or change the configuration.
>
> Where did you download your Apache-for-Windows??
>
> HansH
Thanks! I tried running netstat-nba and it shows some network(?) data
and then automatically closes before I can read any of it. What should
I do? I don't remember where I downloaded apache from. Thanks again,
uv |