Results 1 to 4 of 4

Thread: Ubuntu access problem

  1. #1
    travelbones is offline Junior Member
    Join Date
    May 2011
    Posts
    6

    Exclamation Ubuntu access problem

    Our sugar is hosted on an Ubuntu server. We can access it from inside the network via a local address of:
    192.168.1.101/sugar. It loads fins from any station and prompts for the sugar login information. However, the ability to set the server up to login from the WAN has eluded me. I know Ubuntu a little bit but am primarily a Windows server guy.

    I have poked a hole in the firewall and the routing device to point all port 80 requests to the inside local IP of the Ubuntu box. When trying to access the system from externally, I get a white page that says "Forbidden, you do not have permissions to access this server" and then it gives the Apache version and Ubuntu Os. So at this point I know it is communicating with the server, it is just getting a denail from some setting in the Ubuntu OS.

    As simple as it may be to fix, I am not savvy with this system and need some lamens help!!!

    Thanks a million...

  2. #2
    Snooze is offline Member
    Join Date
    Mar 2011
    Location
    London
    Posts
    15

    Default Re: Ubuntu access problem

    Hi travelbones,

    You might also try posting your problem on Ubuntu forums:

    http://ubuntuforums.org/index.php

    You will need to register so you can post.

    Regards,

    Snooze

  3. #3
    mattt is offline Sugar Community Member
    Join Date
    May 2011
    Location
    Brisbane, Australia
    Posts
    19

    Default Re: Ubuntu access problem

    Travelbones,

    Check your Apache error log, but it sounds like it (Apache) has been configured to only allow access to your local subnet (192.168.1.x).

    Cheers,
    Mattt.

  4. #4
    travelbones is offline Junior Member
    Join Date
    May 2011
    Posts
    6

    Lightbulb Re: Ubuntu access problem

    SOLVED!!!

    Hidden in the apache2 folder (exact path /etc/apache2/allow_sites_available) the file called "allow_list_internal" is nothing more than a document file with some simple lines for IP addresses to allow for incomming such as:

    allow from 192.18.1.99
    allow from 192.168.1.101
    allow from 192.168.1.134


    .......and so on.....

    I had 2 options, either to type:
    allow from all

    ...which would allow everything in the world to come in, or just type my external address:

    allow from xx.xx.xxx.xx

    ......And then restart apache2 in the terminal window and its good to go!!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Ubuntu 9.4 sugar problem installing, "nobody user"?
    By o456 in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2011-05-19, 07:58 PM
  2. Access Problem on Outlook Plugin
    By Tom28 in forum Installation and Upgrade Help
    Replies: 3
    Last Post: 2010-02-16, 07:05 PM
  3. directory access problem...
    By jeffaddo in forum Installation and Upgrade Help
    Replies: 7
    Last Post: 2007-11-22, 01:08 PM
  4. Problem with sugar using Ubuntu Linux
    By synaq in forum Developer Help
    Replies: 3
    Last Post: 2006-06-23, 11:35 PM
  5. COM access problem!!
    By openworld in forum Developer Help
    Replies: 0
    Last Post: 2005-11-14, 05:21 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •