[NBLUG/talk] Cannot bind to a port
Todd Cary
todd at aristesoftware.com
Thu Jul 28 07:56:51 PDT 2005
Back from a business trip and trying to get httpd started. The
httpd.conf has a "listen line":
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)
#
#Listen 12.34.56.78:80
Listen *:81
Could I have a permissions problem?
Starting httpd: (13)Permission denied: make_sock: could not
bind to address [::]:81
Todd
Susan Baur wrote:
> Todd,
>
> Does your httpd.conf have a Listen 81 statement in it? (or a Listen
> xxx.xxx.xxx.xxx:81?
>
> Susan
>
> --
> Susan Baur
> System Administrator
> Center for Distributed Learning
> 707-664-4408
> susan at cdl.edu
>
>
> On Jul 22, 2005, at 3:14 PM, Todd Cary wrote:
>
>> And here is the message when I try to start httpd:
>>
>> Stopping httpd: [60G[[0;31mFAILED[0;39m]
>> Starting httpd: (13)Permission denied: make_sock: could not bind to
>> address [::]:81
>> no listening sockets available, shutting down
>> Unable to open logs
>> [60G[[0;31mFAILED[0;39m]
>>
>>
>> Todd
>>
>> E Frank Ball wrote:
>>
>>> On Fri, Jul 22, 2005 at 11:15:23AM -0700, Todd Cary wrote: } I have
>>> httpd set to use port 81, however when I try to start it, it }
>>> cannot bind to that port. } } Do I use netstat to "open" port 81? }
>>> } I have never had a bind problem before, so this is a new area...
>>> What is the output of: netstat -ln | grep tcp This will show if
>>> anthing is running on port 81. netstat -l | grep tcp Will give
>>> names instead of port numbers. The /etc/services file has the port
>>> number assignments. lsof -i TCP:81 Will show what process is
>>> running on port 81
>>
>>
>> --
>> <NewLogo.gif>
>> <NewLogo.gif>
>> _______________________________________________
>> talk mailing list
>> talk at nblug.org
>> http://nblug.org/cgi-bin/mailman/listinfo/talk
>>
>
>
> _______________________________________________
> talk mailing list
> talk at nblug.org
> http://nblug.org/cgi-bin/mailman/listinfo/talk
>
>
--
More information about the talk
mailing list