On Fri, May 16, 2008 at 11:36 PM, Sergey Pustovit <[EMAIL PROTECTED]> wrote:
> Hello,
> I am new to the Apache. I am trying to learn how to build the my own
> website. I installed the  Apache and having problem staring it. The responce
> that I get is:
> "sergey-pustovits-macbook:Desktop sergeypustovit$ /apache2/bin/apachectl
> start
> (13)Permission denied: make_sock: could not bind to address [::]:80
> (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"

In order to attach to the standard HTTP port (80), apache must be
started as root. You seem to be trying to start it when logged in as a
standard user.

Your choices are:
1. Switch to root before running apachectl; or
2. Change the Listen directive in httpd.conf to point to a
high-numbered port (like 8000) and then access your server under
http://yourserver.example.com:8000/

Joshua.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to