Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olivier-boudeville/us-web
This is the repository of the US Webserver.
https://github.com/olivier-boudeville/us-web
erlang functional universal-server web webserver
Last synced: 2 days ago
JSON representation
This is the repository of the US Webserver.
- Host: GitHub
- URL: https://github.com/olivier-boudeville/us-web
- Owner: Olivier-Boudeville
- License: agpl-3.0
- Created: 2020-04-29T10:35:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T15:37:02.000Z (3 months ago)
- Last Synced: 2024-08-20T17:57:32.216Z (3 months ago)
- Topics: erlang, functional, universal-server, web, webserver
- Language: Erlang
- Homepage: http://us-web.esperide.org
- Size: 10 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# us-web
![](/doc/us-web-title.png)
This is the repository of the **Universal Webserver**, which is a multi-domain, multi-virtualhost webserver integrating various services:
* log generation and rotation, and, if enabled, log analysis, then made available through a "meta" website
* TLS certificate use and automatic, scheduled renewal, resulting in a secured-enough webserver (as assessed by a grade of at least B obtained at the SSL Labs server test)The Universal Webserver is a part of the [Universal Server](https://github.com/Olivier-Boudeville/Universal-Server) project.
Please refer to the [Universal Webserver official documentation](http://us-web.esperide.org) for further information, otherwise to its [mirror](http://olivier-boudeville.github.io/us-web/).
The US Webserver depends on [us-common](https://github.com/Olivier-Boudeville/us-common/), [Cowboy](https://github.com/ninenines/cowboy) and possibly [Awstats](http://www.awstats.org/), and may be used with or without the Universal Server itself (defined in [us-main](https://github.com/Olivier-Boudeville/us-main/)).
The 'master' branch is aimed to be the current stable version of this layer.