I'm have problems installing Otrs 3.2.12 on Ubuntu 13.10. (Apache version: 2.4.6)
I followed all the steps but when I am suppose to access to install link /otrs/installer.pl I get the error:
- User otrs is created and is a part of the www-data groupForbidden
You don't have permission to access /otrs/installer.pl on this server.
Apache/2.4.6 (Ubuntu) Server at test03 Port 80
- I ran the script for permisions: otrs.SetPermissions.pl --otrs-user=otrs --otrs-group=otrs --web-user=www-data --web-group=www-data /opt/otrs
- I configure apache:
Code: Select all
sudo cp -va /opt/otrs/scripts/apache2-httpd.include.conf /etc/apache2/sites-available/otrs.conf
cd /etc/apache2/sites-enabled/
sudo a2ensite otrs
sudo service apache2 reload
Danny