Problem with Redmine on Ubuntu-10.04

Hi, everybody,

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 (http://library.linode.com/development/p … untu-10.04">http://library.linode.com/development/project-management/redmine/ubuntu-10.04) on projects.podberihost.ru. When I'm trying to connect this URL I'm getting 403 error. At the same time projects.podberihost.ru:8080 works correctly. How can I get projects.podberihost.ru to work?

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.

(i'm not native English speaker, so please don't mind if i say something ridiculous)

Thanks

3 Replies

Ensure whatever user apache is running has had read access to where your redmine directory, also make sure you've granted access to the directory with

Allow from all

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?

(I'm new to Linux too)

This one

/etc/apache2/sites-available/projects.podberihost.ru

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct