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
"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
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
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'
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
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
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
"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
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