Project

General

Profile

Redmine is accessible from internet but not fron local network

Added by ali rustam over 13 years ago

Help me please!
The web server is Apache/

I can get to redmine via the IP address assigned to the interface that "looks" to the internet.
But when I use this web servers local address eg. 192.168.1.1 I get the /var/www/redmine directory contents. And /var/www/redmine is a symlink to /opt/redmine/public.

Here is my /etc/apache2/sites-available/default

<VirtualHost *:80>
DocumentRoot /var/www
<Directory /var/www>
Allow from all
</Directory>
RailsBaseURI /redmine
<Directory /var/www/redmine>
Options Indexes FollowSymLinks -MultiViews
</Directory>
</VirtualHost>

Replies (3)

RE: Redmine is accessible from internet but not fron local network - Added by ali rustam over 13 years ago

Excuse me I was wrong. It does not even show anything when I try to reach it via local IP address.

It showed directory listing before when I had an alias pointing to /opt/redmine/public. Now that I removed this alias web page gives me 324 (net::ERR_EMPTY_RESPONSE):

RE: Redmine is accessible from internet but not fron local network - Added by ali rustam over 13 years ago

And Firefox gives me
The requested URL /opt/redmine/public/dispatch.cgi was not found on this server

when I try to access redmine with local IP

RE: Redmine is accessible from internet but not fron local network - Added by ali rustam over 13 years ago

more than that I logged into the web server machine via NX session, fired up Firefox and redmine is accessible via localhost/redmine.

So the problem is accessing redmine from local network. 192.168.1.1/redmine gives me:
The requested URL /opt/redmine/public/dispatch.cgi was not found on this server
While with 83.242.229.89/redmine I can get to redmine sucessfully.

    (1-3/3)