Re: [users@httpd] Apache on Mac Sierra 10.12.5

2017-07-05 Thread Manal Helal
The steps in this tutorial solved the problem: https://www.computersnyou.com/3376/setup-apache-php-mysql-macosx-10-10-yosemite/ On 2 July 2017 at 22:59, Manal Helal wrote: > Running ps aux | egrep '(apache|httpd)’ > > I get: > > _www 548 0.0 0.0 2482800 1600 ?? S10:49p

Re: [users@httpd] Apache on Mac Sierra 10.12.5

2017-07-02 Thread Manal Helal
Running ps aux | egrep '(apache|httpd)’ I get: _www 548 0.0 0.0 2482800 1600 ?? S10:49pm 0:00.00 /usr/sbin/httpd -D FOREGROUND _www 542 0.0 0.0 2481776 1588 ?? S10:49pm 0:00.00 /usr/sbin/httpd -D FOREGROUND root 538 0.0 0.1

Re: [users@httpd] Apache on Mac Sierra 10.12.5

2017-07-02 Thread Yehuda Katz
What does the error log say? What user and group is the httpd process actually running as? (`ps aux` should tell you.) - Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Jul 2, 2017 4:12 PM, "Manal Helal" wrote: > I followed this guide to install apache on Sierr

[users@httpd] Apache on Mac Sierra 10.12.5

2017-07-02 Thread Manal Helal
I followed this guide to install apache on Sierra 10.12.5: https://medium.com/@JohnFoderaro/how-to-set-up-apache-in-macos-sierra-10-12-bca5a5dfffba And it worked locally for a while logged in using the sa