setting up apache2

Z

zero17

Guest
After I download apache 2 and setting up like

Code:
$ ./configure --prefix==/usr/local/apache2
$ make
$ make install

then start it up

Code:
$ /usr/local/apache2/bin/apachectl start

the I get:
Code:
(13)Permission denied: make_sock: could not bind to address [::]:80
no listening sockets available, shutting down
Unable to open logs

what is that long line means, also is my mac os x 10.3.9 (panther) already installed apache, so I don't habe to install it again?

thanks much
 
Joined
Sep 30, 2004
Messages
3,378
Reaction score
61
Points
48
Apache 1.3 should already be on there just put the files in /Library/WebServer/Documents then you can access them by putting http://localhost/ into a web browser.
 
OP
Z

zero17

Guest
mynameis said:
Apache 1.3 should already be on there just put the files in /Library/WebServer/Documents then you can access them by putting http://localhost/ into a web browser.

I am sorry I am kind of slow tonite. what file did you mean.. httpd.conf? or what? then do I have to restart the server..? thanks
 
Joined
Dec 11, 2004
Messages
128
Reaction score
1
Points
18
Location
Vancouver
Your Mac's Specs
14" iBook 1.33 G4, 768 MB RAM, 60GB HD
He meant the files that you want the server to run (index.htm etc etc). /Library/WebServer/Documents is your server root folder.

If you want to change the root folder, edit your httpd.conf and restart your server :)
 
OP
Z

zero17

Guest
JackTheRipper said:
He meant the files that you want the server to run (index.htm etc etc). /Library/WebServer/Documents is your server root folder.

If you want to change the root folder, edit your httpd.conf and restart your server :)

thanks.. i get it now.. :headphone
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top