View previous topic :: View next topic |
Author |
Message |
hellwyn -
Joined: 27 Apr 2005 Posts: 2
|
Posted: Wed Apr 27, 2005 7:10 pm Post subject: FC3 command-line issue |
|
|
I have a stock installation of RedHat Fedora Core 3, and X1 version 2.0. The abyssws binary does not accept _any_ command-line arguments (not even -h).
I want -c to work, but it always uses the default abyss.conf. Abyss X1 1.2.3.0 worked fine, accepting all documented command-line arguments. What's going on? |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Apr 28, 2005 3:08 pm Post subject: Re: FC3 command-line issue |
|
|
hellwyn,
-h and -c do not work in the new version as they did in 1.2.3. This is a minor bug and it will be fixed.
In the new version, you should use the switch -cr to specify to the server its configuration root. This is the directory where abyss.conf and persist.data are (or should be created).
For example:
Code: |
./abyssws -cr /other/dir
|
With the above command line, the server will read/create abyss.conf and persist.data in /other/dir instead of the current Abyss Web Server directory. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
hellwyn -
Joined: 27 Apr 2005 Posts: 2
|
Posted: Tue May 03, 2005 5:49 pm Post subject: |
|
|
Thanks - that worked. I appreciate the prompt response.
One small thing - when I started it with:
Code: | abyssws -cr /other/dir/ |
...it still failed saying that it couldn't access log/abyssws.pid. So I created the directory /other/dir/log/, and changed entries in the newly created /other/dir/abyss.conf as follows:
Code: |
log/abyssws.pid -> /other/dir/log/abyssws.pid
log/cgi.log -> /other/dir/log/cgi.log
log/isapi.log -> /other/dir/log/isapi.log
log/access.log -> /other/dir/log/access.log
|
Now everything's fine! Many thanks.
Hellwyn. |
|
Back to top |
|
 |
|