Apache + PHP + MySQL is configured in Ubuntu, but apache's default DocumentRoot is/var/www, And I want to change it to the k:/wwwroot that I tested in Windows, and I have reviewed apache2.conf several times, even DocumentRoot cannot be searched, and then you can carefully check apache2.conf to find the following: Include/etc/apache2/sites-enable
Configure Apache + PHP + MySQL in Ubuntu
However, apache's default DocumentRoot is/var/www.
I want to change it to k:/wwwroot for testing in Windows.
I flipped through apache2.conf several times and couldn't even find DocumentRoot.
Then take a closer look at apache2.conf.
Finally, we found that:
Include/etc/apache2/sites-enabled/
Open this directory and you will see a 000-default
Open it and check it out.
Change it:
DocumentRoot/media/sda3/wwwroot
Restart the Apache2 service.
Sudo/etc/init. d/apache2 restart