進度條

用 homebrew 安裝 httpd apache2 與其他指令

更新日期:

https://formulae.brew.sh/formula/httpd

brew install httpd

 

使用指令 

$(brew --prefix)/var/www 可以找到 DocumentRoot

$(brew --prefix)/etc/httpd/httpd.conf 可以找到 httpd.conf

$(brew --prefix)/etc/httpd/extra/httpd-ssl.conf  可以找到 httpd-ssl.conf

 

defatul port http 8080 與 https 8443