I'm setting up otrs server on apache2, but when I start up apache2 service I just get default apache2 page even though I already configured otrs.conf in /sites-avaible/ This is following steps I took:
ln -s /opt/otrs/scripts/apache2-httpd.include.conf /etc/apache2/sites-available/otrs.conf
a2ensite otrs.conf
service apache2 reload
disable default site: a2dissite 000-default.confdouble check your config at otrs.conf – LasVegasCoder
also had to add few commands