Can't create projects, reply news, messages etc. from my IP in Redmine
I've installed Redmine on Ubuntu Server 12.04 with dedicated IP. Webserver
- Apache2.
So, everybody from other IPs can create projects, messages on forums, news
etc. But I can't do these actions from my IP (on which Redmine is
installed). I get "The connection was reset" in Firefox every time. But
there is no problems with surfing on Redmine pages.
My account has administator privileges. What's the problem? I tried to do
these actions with http-proxy - everything works fine.
Directory config from /etc/apache2/sites-available/default:
<Directory /var/www/redmine>
Options FollowSymLinks MultiViews
RailsBaseURI /redmine
PassengerResolveSymlinksInDocumentRoot on
allow from all
</Directory>
No comments:
Post a Comment