Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorphil
    • CommentTimeAug 18th 2005
     # 1
    Alright, so, I just set up Vanilla. Nothing unusual in my environment, used the autoinstaller, bing bang boom, forum. Sweet, huh?

    Mostly. Until I tried to log in. What happened depended on which browser I was using.

    -- Using IE, after I put in my username and password and hit "Proceed," I get one of their delightfully unhelpful "friendly error" messages. Refreshing took me to the login success page.
    -- Using Firefox, after I put in my username and password and hit "Proceed," I almost immediately get an error dialog that says "Connection refused to 127.0.0.1." Clicking proceed again then takes me to the login success page.

    While this is just a minor thing, it's honestly very annoying, and I was wondering if anyone knew (a) what it was or (b) how to fix it. I haven't found anything pertaining to it either on here or on the wiki, so I'm turning to you all. :)

    Thanks!
  1.  # 2
    Are you certain Apache webserver is running? What *environment* are you using? Was it an all in one installer or did you do individual installs of PHP / MySQL?
    •  
      CommentAuthorlech
    • CommentTimeAug 18th 2005
     # 3
    phil, is this a local installation or out on a real server over the internet?

    127.0.0.1 is typically just a software loopback address, you shouldn't even be using it to make connections over a LAN. If you're behind a proper router setup, try an IP in the 192.168.(0-255).(0-255) region (or whatever ip you assigned to the computer running vanilla). If you're on just a simple network hub, this will make things more difficult as all computers connected to that hub receive and respond (typically) to any traffic on the setup. If it's a local address just try http://localhost instead which should clear things up depending on what local webserver you're running.
    • CommentAuthorphil
    • CommentTimeAug 18th 2005 edited
     # 4
    unfortunate: Yes, Apache is running fine. It's an OS X 10.4 machine, built-in install of PHP, individual install of MySQL.

    lech: it's a real server over the internet, not a local installation. It is running behind an actual router, and all web traffic is forwarded specifically to the webserver.
    • CommentAuthorphil
    • CommentTimeAug 18th 2005
     # 5
    Nevermind. Found it. Putting it here for future generations.

    Apparently the stock version of Apache that comes with OS X 10.4 tiger does NOT have a server name set at all... not even the one that you can set for the machine in the Sharing preferences, the same pane that turns Apache on and off (?!).

    After adding one to Apache's configuration and restarting it, it works like a charm.
    •  
      CommentAuthorlech
    • CommentTimeAug 18th 2005
     # 6
    Ahh, there we go, ok, I was curious as to what might be causing this. Didn't know the server was running on OSX either so that wouldn't have been on my list of things to check. Nice fix phil.
    •  
      CommentAuthornathan
    • CommentTimeAug 18th 2005 edited
     # 7
    I was about to suggest that phil. I also have a local verson running under tiger. I am glad you got it working now.
Add your comments
    Username Password
  • Format comments as