Troubling little with apache2, test1234 are visible, but the symbolic link
folder will not appair?
Thanks for possible update
Deian 10 / Apache 2.4.56 (Debian)
root@ovo:/var/www/html/cvsweb# ls -la
lrwxrwxrwx 1 www-data www-data 37 Apr 27 19:46 c3560 ->
/var/lib/rancid/routers/configs/c3560
-rw-r--r-- 1 www-data www-data 0 Apr 27 19:47 test1234
# cat 000-default.conf
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
<Directory /var/www/html>
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>