Not signed in (Sign In)
    •  
      CommentAuthoraustin
    • CommentTimeFeb 15th 2008
     permalink

    Please What does this mean? When setting up virtual hosts in Ubuntu Gutsy, apache returns myslice~: /etc/init.d/apache2 reload * Reloading web server config apache2 4924 httpd not running, trying to start (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs ...fail!

    • CommentAuthorGadget
    • CommentTimeFeb 15th 2008
     permalink
    Are you running as root user? If not, you probably need to sudo that:sudo /etc/init.d/apache2 reloadorsudo apache2ctl restartGive it a shot anyway.
    •  
      CommentAuthoraustin
    • CommentTimeFeb 15th 2008
     permalink

    Wow! Thanks!

    That did it.

    I forgot to sudo

    This means: I need to take a break, take a walk, and get a cuppa joe.

    -- A U S T I N .

    • CommentAuthorGadget
    • CommentTimeFeb 15th 2008
     permalink
    You're quite welcome - glad it worked for you..

    8-)