December 15th, 2009 Software | comments_icon2 Comments

Abyss X1 – light and easy to manage HTTP web server

abyss_icon Apache is staple web server for production environments, but it is hardly easiest thing to set up or tweak. Abyss X1 is compact cross-platform web server that it easy to install and with all setting managed through convenient web console.

What it does

As any web server at client’s side it just stays out of the way to serve static and dynamic files through HTTP.

At admin’s side app comes in small download, fast to install and is completely managed through web interface.

abyss_interface

Strong features

  • out of the box GZIP support;
  • user groups and accounts, access control;
  • bandwidth limits;
  • URL rewriting.

Abyss isn’t outright portable but it does keep setting contained. Configuration file can be edited to use relative paths to make it completely portable.

Downsides

So far only minor issue I encountered is lack of limit to log files sizes. While I was setting things up last time one script was generating a lot of errors and log managed to explode over 100MB rather quickly.

Scripting support

Abyss supports CGI. FastCGI and ISAPI so it will work with numerous scripting languages. Including (but not limited to) PHP, Perl, Python, ASP and Ruby.

Documentation includes detailed instructions on set up for common languages. For some there are also pre-configured packages, but versions are not kept up to date. It is probably best to get latest from language’s home page and go through its setup instructions as well.

Free version limitations

Abyss comes in two versions free X1 and shareware X2. They are almost identical except few advanced features exclusive to X2:

  • running multiply virtual hosts on same server;
  • dual HTTP+HTTPS configurations;
  • more precise bandwidth control.

Overall

Very robust and easy to set up server for personal or intranet use. Might be fit (and is for some) to run public site as well, but that niche is packed much more full.

Home http://www.aprelium.com/abyssws/

Download http://www.aprelium.com/abyssws/download.php

RSSGet updates via RSS

2 Responses to “Abyss X1 – light and easy to manage HTTP web server”

  1. Simakuutio says:

    How about making review from this one too:

    http://downstairs.dnsalias.net/homewebserver.html

  2. Rarst says:

    @Simakuutio

    Thanks for suggestion, bookmarked to check out. But as usual no promises on timeline. :)

Leave a Reply