В общем.
хочу вынести папку с сайтом в домашнюю директорию
создал папку
/home/main/sites/test.local
добавил index.php
добавил
/etc/apache2/sites-available/test.local.conf
с кодом
<VirtualHost *:80>
ServerAdmin admin@test.com
ServerName test.local
ServerAlias www.test.local
DocumentRoot /home/main/sites/test.local
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
В /etc/hosts добавил
127.0.1.1 test.local
включил
sudo a2ensite test.local
sudo systemctl reload apache2
ввдя в адр.строке
test.local - ноль на массу