|
In todays Internet infrastructure Apache webserver is the most widespread web server running, and for a good
reason - it's free and it does the job well.
The problem starts when a company wants to embedd a web server inside its product, installing and managing appache
from code is a very hard task, and Apache is not a lightweight program
With this idea in mind we went ahead and wrote a web server (codename Geronimo) that its main features will be small footprint and easy
control from a programming environment. Currently we have an alpha version you can download (it's free) that supports the following features:
- Supports HTTP/1.0
- Supports CGI-BIN directories.
- Supports external CLI like PHP.
- Managed via a web interface.
You can download the alpha version here.
To install it, just run the installer and choose the running mode, service or a standalone process.
If you installed it as a service, you will have to start it manually from the services dialog.
If you installed it as a standalone you will have to start if from the start menu (it creates an entry called Geronimo)
To manage the server you can connect with your web browser to http://127.0.0.1:8082 after the server is running.
When we will have a stable release version we will release number of versions:.
- Free version without the ability to control it programatically
- Paid version that will include all the headers and .obj files.
- Paid version that will include the code itself.
Please send any feedbacks or questions regarding Geronimo to us.
If you would like to incorparate our web server inside your code you can contact our sales department.
The cost of the webserver is 50$ and it's royalty free, the web server is easy to use and control, in fact you can start the server with two simple commands
|