[warn] (99)Cannot assign requested address: connect to listener on [::]:443 - Apache

This is a discussion on [warn] (99)Cannot assign requested address: connect to listener on [::]:443 - Apache ; I noticed these entries in my Apache2 error_log file this evening. I would greatly appreciate it if someone could fill me in as to what it means. [Wed Oct 26 19:49:37 2005] [warn] (99)Cannot assign requested address: connect to listener ...

+ Reply to Thread
Results 1 to 6 of 6

[warn] (99)Cannot assign requested address: connect to listener on [::]:443

  1. Default [warn] (99)Cannot assign requested address: connect to listener on [::]:443

    I noticed these entries in my Apache2 error_log file this evening. I would
    greatly appreciate it if someone could fill me in as to what it means.


    [Wed Oct 26 19:49:37 2005] [warn] (99)Cannot assign requested address:
    connect to listener on [::]:443
    [Wed Oct 26 21:02:36 2005] [warn] (99)Cannot assign requested address:
    connect to listener on [::]:443
    [Wed Oct 26 21:21:19 2005] [warn] (99)Cannot assign requested address:
    connect to listener on [::]:443
    [Wed Oct 26 22:29:14 2005] [warn] (99)Cannot assign requested address:
    connect to listener on [::]:443
    [Wed Oct 26 23:00:58 2005] [warn] (99)Cannot assign requested address:
    connect to listener on [::]:443

    -joe


  2. Default Re: [warn] (99)Cannot assign requested address: connect to listener on [::]:443

    noone has seen this before?

    On 10/26/05, Joe A <joe.biz@gmail.com> wrote:
    >
    > I noticed these entries in my Apache2 error_log file this evening. I would
    > greatly appreciate it if someone could fill me in as to what it means.
    >
    >
    > [Wed Oct 26 19:49:37 2005] [warn] (99)Cannot assign requested address:
    > connect to listener on [::]:443
    > [Wed Oct 26 21:02:36 2005] [warn] (99)Cannot assign requested address:
    > connect to listener on [::]:443
    > [Wed Oct 26 21:21:19 2005] [warn] (99)Cannot assign requested address:
    > connect to listener on [::]:443
    > [Wed Oct 26 22:29:14 2005] [warn] (99)Cannot assign requested address:
    > connect to listener on [::]:443
    > [Wed Oct 26 23:00:58 2005] [warn] (99)Cannot assign requested address:
    > connect to listener on [::]:443
    >
    > -joe
    >



  3. Default Re: Re: [warn] (99)Cannot assign requested address:

    Are you starting as root? (it's a privilaged port).

    Do you have the IPv6 stack installed? Is this an IPv6 build of httpd?

    Joe A wrote:
    > noone has seen this before?
    >
    > On 10/26/05, *Joe A* <joe.biz@gmail.com <mailto:joe.biz@gmail.com>> wrote:
    >
    > I noticed these entries in my Apache2 error_log file this evening.
    > I would greatly appreciate it if someone could fill me in as to what
    > it means.
    >
    >
    > [Wed Oct 26 19:49:37 2005] [warn] (99)Cannot assign requested
    > address: connect to listener on [::]:443
    > [Wed Oct 26 21:02:36 2005] [warn] (99)Cannot assign requested
    > address: connect to listener on [::]:443
    > [Wed Oct 26 21:21:19 2005] [warn] (99)Cannot assign requested
    > address: connect to listener on [::]:443
    > [Wed Oct 26 22:29:14 2005] [warn] (99)Cannot assign requested
    > address: connect to listener on [::]:443
    > [Wed Oct 26 23:00:58 2005] [warn] (99)Cannot assign requested
    > address: connect to listener on [::]:443
    >
    > -joe
    >
    >


    ---------------------------------------------------------------------
    The official User-To-User support forum of the Apache HTTP Server Project.
    See <URL:http://httpd.apache.org/userslist.html> for more info.
    To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
    " from the digest: users-digest-unsubscribe@httpd.apache.org
    For additional commands, e-mail: users-help@httpd.apache.org



  4. Default Re: Re: [warn] (99)Cannot assign requested address: connect to listener on [::]:443

    the parent process is running as root, the children are running as nobody.

    how can i tell if i have IPv6 stack installed? how can i tell if i have IPv6
    apache? its 2.0.x

    in phpinfo it says that openSSL is "OpenSSL/0.9.7a ipv6"

    -joe

    On 11/9/05, William A. Rowe, Jr. <wrowe@rowe-clan.net> wrote:
    >
    > Are you starting as root? (it's a privilaged port).
    >
    > Do you have the IPv6 stack installed? Is this an IPv6 build of httpd?
    >
    > Joe A wrote:
    > > noone has seen this before?
    > >
    > > On 10/26/05, *Joe A* <joe.biz@gmail.com <mailto:joe.biz@gmail.com>>

    > wrote:
    > >
    > > I noticed these entries in my Apache2 error_log file this evening.
    > > I would greatly appreciate it if someone could fill me in as to what
    > > it means.
    > >
    > >
    > > [Wed Oct 26 19:49:37 2005] [warn] (99)Cannot assign requested
    > > address: connect to listener on [::]:443
    > > [Wed Oct 26 21:02:36 2005] [warn] (99)Cannot assign requested
    > > address: connect to listener on [::]:443
    > > [Wed Oct 26 21:21:19 2005] [warn] (99)Cannot assign requested
    > > address: connect to listener on [::]:443
    > > [Wed Oct 26 22:29:14 2005] [warn] (99)Cannot assign requested
    > > address: connect to listener on [::]:443
    > > [Wed Oct 26 23:00:58 2005] [warn] (99)Cannot assign requested
    > > address: connect to listener on [::]:443
    > >
    > > -joe
    > >
    > >

    >
    > ---------------------------------------------------------------------
    > The official User-To-User support forum of the Apache HTTP Server Project..
    > See <URL:http://httpd.apache.org/userslist.html> for more info.
    > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
    > " from the digest: users-digest-unsubscribe@httpd.apache.org
    > For additional commands, e-mail: users-help@httpd.apache.org
    >
    >



  5. Default Re: Re: [warn] (99)Cannot assign requested address: connect to listener on [::]:443

    i did

    test -f /proc/net/if_inet6 && echo "Running kernel is IPv6 ready"

    and it printed out the text fine



    On 11/9/05, Joe A <joe.biz@gmail.com> wrote:
    >
    > the parent process is running as root, the children are running as nobody..
    >
    > how can i tell if i have IPv6 stack installed? how can i tell if i have
    > IPv6 apache? its 2.0.x
    >
    > in phpinfo it says that openSSL is "OpenSSL/0.9.7a ipv6"
    >
    > -joe
    >
    > On 11/9/05, William A. Rowe, Jr. <wrowe@rowe-clan.net> wrote:
    > >
    > > Are you starting as root? (it's a privilaged port).
    > >
    > > Do you have the IPv6 stack installed? Is this an IPv6 build of httpd?
    > >
    > > Joe A wrote:
    > > > noone has seen this before?
    > > >
    > > > On 10/26/05, *Joe A* < joe.biz@gmail.com <mailto:joe.biz@gmail.com>>

    > > wrote:
    > > >
    > > > I noticed these entries in my Apache2 error_log file this evening.
    > > > I would greatly appreciate it if someone could fill me in as to what
    > > > it means.
    > > >
    > > >
    > > > [Wed Oct 26 19:49:37 2005] [warn] (99)Cannot assign requested
    > > > address: connect to listener on [::]:443
    > > > [Wed Oct 26 21:02:36 2005] [warn] (99)Cannot assign requested
    > > > address: connect to listener on [::]:443
    > > > [Wed Oct 26 21:21:19 2005] [warn] (99)Cannot assign requested
    > > > address: connect to listener on [::]:443
    > > > [Wed Oct 26 22:29:14 2005] [warn] (99)Cannot assign requested
    > > > address: connect to listener on [::]:443
    > > > [Wed Oct 26 23:00:58 2005] [warn] (99)Cannot assign requested
    > > > address: connect to listener on [::]:443
    > > >
    > > > -joe
    > > >
    > > >

    > >
    > > ---------------------------------------------------------------------
    > > The official User-To-User support forum of the Apache HTTP Server
    > > Project.
    > > See <URL: http://httpd.apache.org/userslist.html> for more info.
    > > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
    > > " from the digest: users-digest-unsubscribe@httpd.apache.org
    > > For additional commands, e-mail: users-help@httpd.apache.org
    > >
    > >

    >



  6. Default Re: Re: [warn] (99)Cannot assign requested address: connect to listener on [::]:443

    On Wed, Nov 09, 2005 at 09:29:24AM -0600, Joe A wrote:
    > noone has seen this before?


    If you're building from tarballs, update to 2.0.54 or later; if you're
    using Fedora, run "yum update" and there's a specific fix for a problem
    in the Fedora httpd package which caused this.

    joe

    >
    > On 10/26/05, Joe A <joe.biz@gmail.com> wrote:
    > >
    > > I noticed these entries in my Apache2 error_log file this evening. I would
    > > greatly appreciate it if someone could fill me in as to what it means.
    > >
    > >
    > > [Wed Oct 26 19:49:37 2005] [warn] (99)Cannot assign requested address:
    > > connect to listener on [::]:443
    > > [Wed Oct 26 21:02:36 2005] [warn] (99)Cannot assign requested address:
    > > connect to listener on [::]:443
    > > [Wed Oct 26 21:21:19 2005] [warn] (99)Cannot assign requested address:
    > > connect to listener on [::]:443
    > > [Wed Oct 26 22:29:14 2005] [warn] (99)Cannot assign requested address:
    > > connect to listener on [::]:443
    > > [Wed Oct 26 23:00:58 2005] [warn] (99)Cannot assign requested address:
    > > connect to listener on [::]:443
    > >
    > > -joe
    > >


    ---------------------------------------------------------------------
    The official User-To-User support forum of the Apache HTTP Server Project.
    See <URL:http://httpd.apache.org/userslist.html> for more info.
    To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
    " from the digest: users-digest-unsubscribe@httpd.apache.org
    For additional commands, e-mail: users-help@httpd.apache.org



+ Reply to Thread