https://github.com/matubu/jail_serv
A static web server that uses a chroot jail to prevent access to the rest of the filesystem
https://github.com/matubu/jail_serv
c webserver
Last synced: 9 months ago
JSON representation
A static web server that uses a chroot jail to prevent access to the rest of the filesystem
- Host: GitHub
- URL: https://github.com/matubu/jail_serv
- Owner: matubu
- Archived: true
- Created: 2023-01-24T23:20:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-04T19:07:45.000Z (about 3 years ago)
- Last Synced: 2025-01-29T01:34:47.839Z (over 1 year ago)
- Topics: c, webserver
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jail_serv
🚚 An experimental static web server using a chroot jail to prevent access to the rest of the filesystem
## Installation
```bash
git clone git@github.com:matubu/jail_serv.git
cd jail_serv
make
```
## Usage
```
Usage:
serv [path] [...flags]
Options:
--port Specify the listening port.
--host Expose the server to external network.
```