Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.58 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.58 KB

This is the Cowserve web server. It provides a secure cross-platform web server to serve friendly websites. The project itself is called Project Cowserve and the application is a replacement for Apache2 (and other servers).

Install

For GNU/Linux or other UN*X systems, just download install-unix.sh. For Windows, download cowserve.exe and add the directory to your PATH.

You can also get Cowserve onto other systems.

Usage

cowserve [--port XX[XX]]

--port should not contain any letters. Cowserve will render an error if it's not a valid int value.

Press Ctrl + C ( + C on a Mac) to end the server. This is useful in case of DoS or DDoS attacks.

Discussion

We mainly discuss the work for Cowserve at GitHub Discussions.

Note that questions about using Cowserve are off-topic and should be asked at Server Fault. When the server has crashed, use the server-crashes tag. For questions most likely caused by a (D)DoS attack, use the ddos or denial-of-service tag.

Links