/webmail and /sac give "page not found" after upgr
Posted: Sun Jun 29, 2008 10:21 am
I just spent more time than I care to admit working on an upgrade from 11.0 to 11.4
Everything worked fine before the upgrade; after the upgrade /webmail and /sac gave Apache errors "page not found".
/Scalix/rw worked fine.
Problem was that once upon a time someone had removed the symlink /etc/httpd/conf.d/scalix-web-client.conf -> /opt/scalix/global/httpd/scalix-web-client.conf
They copied scalix-web-client.conf from /opt/scalix/global/httpd to /etc/httpd/conf.d so the file was there but it was a regular file, not a symlink. Thus, the installer upgraded the file but the apache configuration in conf.d never recognized the changes, as it was running off of the old copied file.
Hope this saves someone else some headaches. If all the config stuff looks good, start checking your symlinks. Better yet, don't break them in the first place

Everything worked fine before the upgrade; after the upgrade /webmail and /sac gave Apache errors "page not found".
/Scalix/rw worked fine.
Problem was that once upon a time someone had removed the symlink /etc/httpd/conf.d/scalix-web-client.conf -> /opt/scalix/global/httpd/scalix-web-client.conf
They copied scalix-web-client.conf from /opt/scalix/global/httpd to /etc/httpd/conf.d so the file was there but it was a regular file, not a symlink. Thus, the installer upgraded the file but the apache configuration in conf.d never recognized the changes, as it was running off of the old copied file.
Hope this saves someone else some headaches. If all the config stuff looks good, start checking your symlinks. Better yet, don't break them in the first place
