httpd as non-admin on macOS #4209
Unanswered
gitdev-f11
asked this question in
Everyday usage
Replies: 1 comment 6 replies
-
How do you start httpd? What port do you have it configured with? Is your admin user still logged in?
Yes
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
Hi.
I have installed httpd + PHP via homebrew on a new M2 Macbook. As a user with admin rights, which all works.
However, I am usually logged in as a user without admin rights and want to access the web server. But that doesn't work, the browser always replies 'no connection to server'.
I have already tried all the variations of localhost, port, etc.
Is there an option to connect the web server with a non-admin account?
btw: what do I have to do to access the rest of brew terminal functions as a non-admin ? su admin ?
thanks for answers
Beta Was this translation helpful? Give feedback.
All reactions