Newbie - Upgraded to Apache 2.53
Hi all,
Recently i installed this newer version of apache (still in
developement i think)
I ran all the commands
<tt>$ ./configure --prefix=PREFIX
$ make
$ make install
$ vi PREFIX/conf/httpd.conf
$ PREFIX/bin/apachectl start
$ PREFIX/bin/apachectl stop</tt>
I undersand the part how to save the <tt>httpd.conf</tt> file. command:
"vi PREFIX/conf/httpd.conf"
<b>Terminal</b>
<tt>Last login: Mon Mar 28 19:05:55 on ttyp1
Welcome to Darwin!
200-168-2-102:~ root$ /usr/local/apache2/bin/apachectl -f
/usr/local/apache2/conf/httpd.conf
(13)Permission denied: make_sock: could not bind to address [::]:80
no listening sockets available, shutting down
Unable to open logs
200-168-2-102:~ AuYong$ sudo -u root -s
Password:
Sorry, try again.
Password:
200-168-2-102:~ root# /usr/local/apache2/bin/apachectl -f
/usr/local/apache2/conf/httpd.conf
(48)Address already in use: make_sock: could not bind to address
[::]:80
no listening sockets available, shutting down
Unable to open logs</tt>
|