View previous topic :: View next topic |
Author |
Message |
mjjk91 -
Joined: 03 Feb 2004 Posts: 75 Location: Australia
|
Posted: Thu Apr 14, 2005 2:49 pm Post subject: Few Questions on X2 |
|
|
G'Day Everyone,
I have recently purchased the X2 version of Abyss. It is working like a dream. Thansk Aprelium. I do have a few questions though. The first is in regards to SSL. It doesnt look like the current X2 version has an SSL feature. Will this be something to come in future updates? My second question is a how to question. At the moment, i have 2 domains setup using the php script on this forum. With X2, i should be able to setup multiple domains, without the use of this script. Is that correct? Is there any documentation i may be able to look at to find out how to do this?
Thanks again
Mick Koch
http://www.joeysfc.com _________________
 |
|
Back to top |
|
 |
k1ll3rdr4g0n -
Joined: 04 Jul 2004 Posts: 609
|
Posted: Thu Apr 14, 2005 4:00 pm Post subject: |
|
|
Don't you add SSL like a CGI?
I know Trustpunk has it on his site, www.trustpunk.com (I think thats his site). _________________
 |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Thu Apr 14, 2005 4:28 pm Post subject: |
|
|
Actually , www.trustabyss.com is my website because its fully dedicated to Abyss.
SSL is a different protocol just like HTTP but instead it encrypts your content. :-) |
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1332
|
Posted: Thu Apr 14, 2005 11:04 pm Post subject: Re: Few Questions on X2 |
|
|
mjjk91 wrote: |
I have recently purchased the X2 version of Abyss. It is working like a dream. Thansk Aprelium.
|
Glad to read that :-)
Quote: | I do have a few questions though. The first is in regards to SSL. It doesnt look like the current X2 version has an SSL feature. Will this be something to come in future updates?
|
SSL is not available in Abyss Web Server X2. A new version with TLS/SSL
secure connection support will be released in the near future.
Quote: |
My second question is a how to question. At the moment, i have 2 domains setup using the php script on this forum. With X2, i should be able to setup multiple domains, without the use of this script. Is that correct? Is there any documentation i may be able to look at to find out how to do this?
|
Here is a small tutorial to learn how to create an additional host:
* Create a directory in your hard drive where the files of the site should
to be stored. In this example, we'll assume that you will create a new
directory called website1 inside C:\sites .
* In Abyss Web Server console, press Add in the Hosts table.
* Enter 80 in the port field.
* Enter the name of the new host in the Host name field (for example
www.myhost.com )
* Enter C:\sites\website1 in Documents Path (or press Browse and locate the
directory where the files of the site are.)
* Enter for example log\website1.log in Log File
* Select the configuration you want to duplicate for the current host in
"Copy Configuration From". If you want to start with the default parameters,
select Default configuration.
Press OK. The new host will be created. All you have to do now is to put the
site files in C:\sites\website1 (using Explorer or FTP.) Do not forget to
start the new host (press Start in its corresponding row in the Hosts
table.)
You can also find more information in the user's guide: http://www.aprelium.com/data/doc/2/abyssws-win-doc-html/hosts-add.html . |
|
Back to top |
|
 |
|