Answers for "how to change apache configuration file"

0

apache2 default config file

nano /etc/apache2/apache2.conf
Posted by: Guest on August-03-2021
0

change apache page

--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
Posted by: Guest on December-23-2020

Code answers related to "how to change apache configuration file"

Browse Popular Code Answers by Language