
Atte André Jensen wrote:
Found the problem myself.
During the installation I copied examples/apache-httpd.include.conf to /etc/apache and included it in my httpd.conf. So far, so good. The problem is the line (in examples/apache-httpd.include.conf):
Alias /otrs-web/ "/usr/share/otrs/var/httpd/htdocs/"
On my debian/testing installation that path is wrong, it should be:
Alias /otrs-web/ "/var/lib/otrs/httpd/htdocs/"
Maybe this should be changed in the debian package? I also bcc'ed this post to Torsten Werner, who is listed as maintainer for the debian package...
$ ls /usr/share/otrs/var -l lrwxrwxrwx 1 root root 13 2004-12-29 16:37 /usr/share/otrs/var -> /var/lib/otrs That looks quite okay. Maybe your apache does not follow symlinks? Regards, Torsten