View previous topic :: View next topic |
Author |
Message |
Andrew -
Joined: 03 May 2003 Posts: 16
|
Posted: Sun Jun 08, 2003 3:57 am Post subject: Linux Help |
|
|
Okay, i unpack the abyssws into my / directory.
in the terminal i put cd /abyssws and it opened
i typed ./abyssws
and here's what i got:
Abyss Web Server X1 Update 1 (v 1.1.5)
Press Ctrl+C to stop the server
Configuration file: /abyssws/./abyss.conf
Can't open log file 'log/access.log'
Invalied value for 'PidFile'
An error occured while reading the configuration file.
Then i went to http://127.0.0.1:9999 and there's nothing. It says:
Alert: The connection was refused when attempting to contact 127.0.0.1:9999.
I don't know what went wrong. In the install file it says to type
tar xfzm abwsx.1.tgz
so i did and it said: No Such File Or Directory. So i just dragged the abyssws file into my / directory and did the rest of the install, but when i went to that site 127.0.0.1:9999 i got that error. what happend?
File i received: abwsx1[1].tar
sooo....help please? |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon Jun 09, 2003 12:50 am Post subject: Re: Linux Help |
|
|
Andrew wrote: | Okay, i unpack the abyssws into my / directory.
in the terminal i put cd /abyssws and it opened
i typed ./abyssws
and here's what i got:
Abyss Web Server X1 Update 1 (v 1.1.5)
Press Ctrl+C to stop the server
Configuration file: /abyssws/./abyss.conf
Can't open log file 'log/access.log'
Invalied value for 'PidFile'
An error occured while reading the configuration file.
Then i went to http://127.0.0.1:9999 and there's nothing. It says:
Alert: The connection was refused when attempting to contact 127.0.0.1:9999.
I don't know what went wrong. In the install file it says to type
tar xfzm abwsx.1.tgz
so i did and it said: No Such File Or Directory. So i just dragged the abyssws file into my / directory and did the rest of the install, but when i went to that site 127.0.0.1:9999 i got that error. what happend?
File i received: abwsx1[1].tar
sooo....help please? |
It is better to go to your user directory, put abwsx1.tgz there, and execute the following command (press enter after each line):
Code: |
cd
tar xfzm ~/abwsx1.tgz
cd ~/abyssws
./abyssws
|
All should work fine after that.
The problem you have is caused by a bad decompression of the package (you seem to forgot some steps). _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Andrew -
Joined: 03 May 2003 Posts: 16
|
Posted: Mon Jun 09, 2003 12:58 am Post subject: |
|
|
didn't work. I have the .TAR file in my /root directory and it said no such file. But my file name is
abwsx1[1].tar
and the other one you gave me didn't work |
|
Back to top |
|
 |
os17fan -
Joined: 21 Mar 2003 Posts: 531 Location: USA
|
Posted: Mon Jun 09, 2003 2:09 am Post subject: |
|
|
Is linux just executing commands , if it is i rather use the windows version :D _________________ This web server is the best ! |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon Jun 09, 2003 11:31 pm Post subject: |
|
|
Andrew wrote: | didn't work. I have the .TAR file in my /root directory and it said no such file. But my file name is
abwsx1[1].tar
and the other one you gave me didn't work |
If your tar file is name is slightly modified, then it is up to you to use that name. We assume that the name of the file is abwsx1.tgz, but if you saved it as abwsx1[1].tar, then use that name in the commands instead of abwsx1.tgz. Otherwise, download the package again from our site and preserve its original name (which is abwsx1.tgz).
If you are new to Linux shell, please seek for more help on how to use the command line. We assume that you know the bare basics of the simple commands (such as cd, tar, cp, mv, etc...). _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|