aboutsummaryrefslogtreecommitdiffstats
path: root/httpserver/README.md
blob: 0d6bcc0474156abf31bf43fc8da2ccf8672f2f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Http server
---------------

### Build an image
```
make build-http-server
```

### Start http server
```
make start-http-server
```

### Stop http server
```
make stop-http-server
```

### mod_authnz_jwt.so

External library `mod_authnz_jwt.so` was added to the Apache server. This library wasn't changed in any way.
This library is supplied under the Apache License, Version 2.0 (the "License"). More info is available at
https://github.com/AnthonyDeroche/mod_authnz_jwt .