Helo everyone, my lap is undergoing some conflict in case of internal apache (mac provide built in apache server) and home brew installed apache.. So that I cant access my localhost. Can anyone fix this?
Which -a httpd (terminal command) result two output ,
/usr/local/bin/httpd (home brew installed apache
/usr/sbin/httpd (default apache)
Whereis httpd (terminal command) results /usr/sbin/httpd (it seems default apache)
But when I check httpd -V in terminal it gives path of homebrew intalled apache
I don't know which server is running internal or homebrew installed apache. I want to uninstall this homebrew installed apache and use default apache...