Problem with Redmine on Ubuntu-10.04
I'm new to linode. Support couldn't solve my problem and advised to post it here.
I've istalled Redmine according to linode's howto (
this is my /etc/apache2/sites-available/projects.podberihost.ru file
<virtualhost 178.79.133.57:80="">ServerAdmin admin@podberihost.ru
ServerName projects.podberihost.ru
ProxyPass / http://localhost:8080/
# Uncomment the line below if your site uses SSL.
#SSLProxyEngine On</virtualhost>
/opt/nginx/conf/nginx.conf is here http://pastebin.com/sJJDwD91
Where did I went wrong?
Please help me.
Thanks
3 Replies
In your virtual host for apache.
@obs:
Ensure whatever user apache is running has had read access to where your redmine directory
I gave Apache access with following commands:
usermod -a -G redmine www-data
chmod -R 744 /srv/www/projects.podberihost.ru
Is it right? I've taken apache username from /etc/apache2/envvars
@obs:
also make sure you've granted access to the directory with
Allow from all
Where (what file) should I put these lines?