Re: [users@httpd] Address already in use in Apache on Mac

2016-03-20 Thread Kees Nuyt
On Sat, 19 Mar 2016 13:29:02 +0100, you wrote: > Looks like a nice idea ! To this end, I edited "Listen 80" to > "Listen 8080" in httpd.conf, but then I got a more laconic and > surprising behavior : > > $ sudo bin/apachectl -k restart > httpd not running, trying to start > $ sudo bin/apachectl

Re: [users@httpd] Address already in use in Apache on Mac

2016-03-19 Thread Roparzh Hemon
"Would it be ok to configure the "new" httpd to listen on port 8080? " Looks like a nice idea ! To this end, I edited "Listen 80" to "Listen 8080" in httpd.conf, but then I got a more laconic and surprising behavior : $ sudo bin/apachectl -k restart httpd not running, trying to start $ sudo bin

Re: [users@httpd] Address already in use in Apache on Mac

2016-03-19 Thread Luca Toscano
Hello! 2016-03-19 11:23 GMT+01:00 Roparzh Hemon : > > Plus, I don't want my little experiments to > interfere with built-in defaults on my system). > > Would it be ok to configure the "new" httpd to listen on port 8080? You could keep both and this problem would disappear :) Luca

Re: [users@httpd] Address already in use in Apache on Mac

2016-03-19 Thread Lester Caine
On 19/03/16 10:23, Roparzh Hemon wrote: > Thanks for your help Lester. > When I try "http://localhost"; in my browser I get a "403 Forbidden : > you dont have permission to access / on this server" message. > > I installed Apache manually in my personal location (although I > already have the Mac'

Re: [users@httpd] Address already in use in Apache on Mac

2016-03-19 Thread Roparzh Hemon
Thanks for your help Lester. When I try "http://localhost"; in my browser I get a "403 Forbidden : you dont have permission to access / on this server" message. I installed Apache manually in my personal location (although I already have the Mac's builtin installation, the reason I'm doing this is

Re: [users@httpd] Address already in use in Apache on Mac

2016-03-19 Thread Lester Caine
On 19/03/16 07:46, Roparzh Hemon wrote: > $ sudo bin/apachectl -k restart > Password: > httpd not running, trying to start > (48)Address already in use: AH00072: make_sock: could not bind to > address [::]:80 This tells us two things ... There is something already using port 80 It's not been start

[users@httpd] Address already in use in Apache on Mac

2016-03-19 Thread Roparzh Hemon
Hello all, I get the following error message when I try to launch the Apache server : $ sudo ./bin/apachectl -k start Password: (48)Address already in use: AH00072: make_sock: could not bind to address [::]:80 (48)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80 no

Re: [users@httpd] Address already in use in Apache on Mac

2016-03-19 Thread Roparzh Hemon
"Apache will have already started... try -k restart or -k stop followed by -k start" Thanks for your suggestion. Unfortunately it doesn't seem to work : $ sudo bin/apachectl -k restart Password: httpd not running, trying to start (48)Address already in use: AH00072: make_sock: could not bind to

Re: [users@httpd] Address already in use in Apache on Mac

2016-03-19 Thread Dr James Smith
Apache will have already started... try -k restart or -k stop followed by -k start On 19/03/2016 07:21, Roparzh Hemon wrote: Hello all, I get the following error message when I try to launch the Apache server : $ sudo ./bin/apachectl -k start Password: (48)Address already in use: AH00072: make