ubuntu 18.04 修改Apache默认目录 安装是直接运行 sudu apt install apache2 安装之后要修改目录 vi /etc/apache2/sites-available/000-default.conf 我将里面的内容修改成下面 <VirtualHost *:80> # The ServerName directive sets the request scheme, hostname and port that # the server uses to ide
1. go to the websie to download the newest version of ant (search google by "Apache Ant"). 2. $ cd Downloads 3.$ ls 4.$ tar -xf apache-ant-1.9.3-bin.tar.gz 5. $ mv apache-ant-1.9.3 ant (rename the ant folder) 6. $ sudo mv ~/Downloads/ant /usr/lo
1.apache没有权限 修改log cd /var/www chmod -R 777 html/ 2. The bootstrap/cache directory must be present and writable. 部署laravel除了vendor其他文件夹都需要更新到服务器,及加入git管理.