📜  更改 apache 页面 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:27.651000             🧑  作者: Mango

代码示例1
--Linux--
//to change the default page apear on port 80
mv [your page] index.[somthing]
cp [your page] /var/www/html/[your page]
sudo service apache2 restart