Answers for "target a root directory in apache conf"

2

apache2 change directory root

go to /etc/apache2/sites-available/000-default.conf

Change here:
<Directory /var/www/html/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
Posted by: Guest on July-24-2020
1

apache default document root

/var/www/
Posted by: Guest on May-31-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language