View previous topic :: View next topic |
Author |
Message |
baconismidog -
Joined: 30 Mar 2005 Posts: 1
|
Posted: Wed Mar 30, 2005 9:31 am Post subject: Server running but cannot access console! |
|
|
Greetings,
I have abyss running on libranet 2.8.1. I can see the "success" webpage in the htdocs from other computers on my network by typing the ip address:80 but when I try to access http://127.0.0.1:9999 from the server box or http://localhost:80 from the other local computer that gets the "success" page I get nothing. No console.
I have played with the local port number (9999) and changed it to 600 and 821 and 11 etc and nothing works. I have also typed in my computers static ip address:port.
The browser pointed at the console will just hang forever but return no error UNTIL i go into the processes and kill the abyss tree. Then, immediately, the browsers (on multiple computers at the exact same second) will give the alert : document contains no data. This is telling me that it is doing SOMETHING, and that the browsers are hearing the console and they just cant show it. I am looking from firefox, galleon, mozilla, netscape, opera, and konqueror just to be sure that it is not the software.
Any help is appreciated.
Bac
EDIT:::
The problem was a permission problem. I am a Linux noob and it seems that even though the server was running as a root process, it was unable to broadcast as "root". As soon as I logged out from root and into my user level account and then ran abyssws everything was fine. Hope this helps some other noob!!
PS
Thanks aprelium |
|
Back to top |
|
 |
edstrang -
Joined: 18 Mar 2005 Posts: 10 Location: UK
|
Posted: Wed Mar 30, 2005 11:07 am Post subject: Also... |
|
|
You Can Also (if admin panel is denying you remote access) go into
Console Config->Ip Address Control->Add->and type In '*' (without quotes) as a wildcard _________________ If I Dont Know It, It's Not Worth Knowing :-) |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Mar 30, 2005 2:04 pm Post subject: Re: Server running but cannot access console! |
|
|
baconismidog wrote: |
EDIT:::
The problem was a permission problem. I am a Linux noob and it seems that even though the server was running as a root process, it was unable to broadcast as "root". As soon as I logged out from root and into my user level account and then ran abyssws everything was fine. Hope this helps some other noob!!
|
Abyss Web Server won't run as root for security reasons (except if you force it using the -r switch).
To use ports < 1024, you'll have to install the server using a non-privileged account and start it the first time with this account.
By doing so, it will "remember" in its settings the non-privileged account.
Now run the server as root. It will be able to listen on ports < 1024 (since you start it as root) and it will immediately switch to the less privileged account to continue operating in a secure manner. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|