i install redmine on linux server Ubuntu 22.04.4 LTS Release:22.04. But unsuccessfully.
ERROR, In the web-browser, i got this error -
Forbidden You don't have permission to access this resource.
Apache/2.4.52 (Ubuntu) Server at 10.164.65.61 Port 80
This is my configuration /etc/apache2/sites-avaiable/redmine.conf
<VirtualHost *:80> ServerName localhost RailsEnv production DocumentRoot /opt/redmine/public<Directory "/var/www/redmine/public"> Allow from all Require all granted</Directory> ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined</VirtualHost>
Redmine folder is saved there - >
/var/www/redmine
I ve used this tutorials https://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_50x_on_Ubuntu_2004_with_Apache2 and also after this https://www.youtube.com/watch?v=Ekw9CjxH59M&t=568s