I was following this tutorial to resolve the 500 internal error I get when I visit webmail.example.com
and it says:
Webmail is showing 500 internal server
and it says:
Ensure that the '/var/www' is not a symlink to any other directory
# ls -ld /var/www
lrwxrwxrwx 1 root root 14 Oct 24 11:14 www -> /mnt/data/www/
You need to remove the symlink and change the vhosts location by using the transvhosts.pl utility:
when I run the above command, it gives me this:# ls -ld /var/www
lrwxrwxrwx 1 root root 14 Oct 24 11:14 www -> /mnt/data/www/
You need to remove the symlink and change the vhosts location by using the transvhosts.pl utility:
ls -ld /var/www...
Webmail is showing 500 internal server