tree: be3c27d27258280405a4a535979d687b489f8c14 [path history] [tgz]
  1. __init__.py
  2. httpd.bin
  3. httpd.go
  4. README.md
octavia_tempest_plugin/contrib/httpd/README.md

To build a statically linked binary for httpd on Ubuntu (can run anywhere):

sudo apt-get install -y golang
go build -ldflags "-s -w -linkmode external -extldflags -static" -o httpd.bin httpd.go