1.在/var/www/html下找到你要配置虚拟域名的文件
2.cd /etc/apache2/sites-available
3.sudo cp 000-default.conf test.conf
4.sudo su 切换成root ; vim test.conf
修改这两个地方
如:ServerName www.blog.com
/var/www/html/blog/public
5.sudo ln -s /etc/apache2/sites-available/test.conf /etc/apache2/sites-enabled/test.conf
6.sudo a2ensite a.conf #开启站点
7.vim /etc/apache2/ports.conf #可以设置站点访问的端口号
8.vim /etc/hosts; 将 127.0.0.1 www.blog.com 加进去
9.sudo /etc/init.d/apache2 restart #重启apache
Deepin系统下配置 apache的虚拟域名
最新推荐文章于 2021-08-02 10:26:04 发布