Re: apache install problem

From: Luke Kearney (lukek_at_meibin.net)
Date: 11/13/03

  • Next message: Charles Howse: "Re: video guru needed - installing driver for ATI 3D Rage IIC AGP"
    Date: Fri, 14 Nov 2003 02:39:27 +0900
    To: Marty Landman <MLandman@face2interface.com>
    
    

    On Thu, 13 Nov 2003 12:21:23 -0500
    Marty Landman <MLandman@face2interface.com> spake thus:

    > I just installed Apache2 and not sure how to proceed, if I'm doing things
    > wrong from here or there is some other problem:
    >
    >
    > $ which apachectl
    > /usr/local/sbin/apachectl
    > $ apachectl start
    > httpd: Could not determine the server's fully qualified domain name, using
    > 127.0.0.1 for ServerName
    > (13)Permission denied: make_sock: could not bind to address [::]:80
    > no listening sockets available, shutting down
    > Unable to open logs

    mate, what does the log message say ?

    > (13)Permission denied: make_sock: could not bind to address [::]:80

    one of two things spring to mind, the apache start is not being run by
    root or you have something else listening on that port. what you need to
    do next is this, make sure you are root when you execute the apachectl
    commands, if that still doesn't work then *as* root execute

    #sockstat -4 | grep 80

    and post the output

    HTH

    LK

    -- 
    Luke Kearney <lukek@meibin.net>
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    

  • Next message: Charles Howse: "Re: video guru needed - installing driver for ATI 3D Rage IIC AGP"

    Relevant Pages

    • Re: Apachectl refuses to start (dyld: Library not loaded)
      ... When I log in as root in Terminal, ... Macintosh:~ root# apachectl start ... Reason: no suitable image found. ...
      (comp.sys.mac.misc)
    • Re: apache2 up! Q on socket 80
      ... you have to start it as root if you want it to bind to any port below 1024. ... this will be true of ANY tcp service. ... run the apachectl as root. ... get it to work if I put the correct socket ...
      (AIX-L)
    • Apachectl refuses to start (dyld: Library not loaded)
      ... After the recent update from Apple, the web server on my Mac mini ... When I log in as root in Terminal, ... Macintosh:~ root# apachectl start ...
      (comp.sys.mac.misc)
    • apache install problem
      ... I just installed Apache2 and not sure how to proceed, ... $ which apachectl ... Unable to open logs ... Web membership software for your site ...
      (freebsd-questions)