前端前端
fabric
算法
jsBlock
styleBlock
svgBlock
工具其他
Vue、React相关
webgl
GitHub
fabric
算法
jsBlock
styleBlock
svgBlock
工具其他
Vue、React相关
webgl
GitHub
  • eslint
  • git
  • github访问
  • jenkins
  • linux
  • make
  • Markdown基本写法
  • mysql安装
  • nginx
  • node安装
  • php安装
  • rabbitMQ
  • typescript
  • vuepress搭建

php 安装

启动、关闭,重启

sudo apachectl start sudo apachectl stop sudo apachectl restart

查看 Apache 服务版本

sudo apachectl -v

运行

http://localhost

修改配置文件

Apache 服务默认安装路径在/private/etc/apache2 里面修改 httpd.conf

修改权限

<Directory />
    #AllowOverride none
    #Require all denied
    Options FollowSymLinks
    AllowOverride All
    Order deny,allow
    allow from all
</Directory>

修改默认资源文件

# DocumentRoot "/Library/WebServer/Documents"
DocumentRoot "/Volumes/data/aijiatui/public"
Edit this page
最近更新:: 2021/5/26 17:52
Contributors: wuhui
Prev
node安装
Next
rabbitMQ