View previous topic :: View next topic |
Author |
Message |
BigBen747 -
Joined: 30 May 2007 Posts: 28
|
Posted: Tue Jul 10, 2007 7:28 pm Post subject: port 80 keeps going to 8000 |
|
|
I installed abyss on linux, and it keeps going to 8000 when i set it to 80 in the config. |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Tue Jul 10, 2007 7:37 pm Post subject: |
|
|
Try running Abyss Web Server with root priviledges and I bet it works. Your running Abyss as a normal user, which only has access to ports 1024 and up.
You can run with root privileges using one of the two commands below.
Kind regards, Josh |
|
Back to top |
|
 |
BigBen747 -
Joined: 30 May 2007 Posts: 28
|
Posted: Tue Jul 10, 2007 7:48 pm Post subject: |
|
|
i get:
Critical: Bad path (key: root/server/parameters/root - file: /home/ben/abyssws/abyss.conf - line: 5 - col: 3)
ben@ben-desktop:~/abyssws$ sudo ./abyssws
Password:
Abyss Web Server X1 (v 2.4)
Copyright (C) Aprelium Technologies - 2001-2007
Critical: Bad path (key: root/server/parameters/root - file: /home/ben/abyssws/abyss.conf - line: 5 - col: 3)
ben@ben-desktop:~/abyssws$ |
|
Back to top |
|
 |
BigBen747 -
Joined: 30 May 2007 Posts: 28
|
Posted: Tue Jul 10, 2007 8:02 pm Post subject: |
|
|
Also i redid it, and got: ben@ben-desktop:~$ ./abyssws -r
bash: ./abyssws: is a directory
ben@ben-desktop:~$ sudo ./abyssws
sudo: ./abyssws: command not found
ben@ben-desktop:~$ |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
|
Back to top |
|
 |
roganty -
Joined: 08 Jun 2004 Posts: 357 Location: Bristol, UK
|
Posted: Tue Jul 10, 2007 11:00 pm Post subject: |
|
|
To run abyss on ports <1024 on linux, you need to run abyss as root user, but by default it will not run like this!
What you have to do is:
1. Install abyss as a normal user
2. Run abyss as a normal user for the first time, then stop it
3. Go to the command line and execute as root user
Code: | # chown root:root abyss.conf
# chown root:root abyssws |
This will set the user and group of abyss and the config file
4. Then execute, again as root
5. Now as normal user start abyss
This will start abyss as a daemon
You can now use ports <1024
Go to 127.0.0.1:9999 to configure abyss _________________ Anthony R
Roganty | Links-Links.co.uk |
|
Back to top |
|
 |
|