httpd.manifest.template 802 B

1234567891011121314151617181920212223242526272829
  1. #!$(PAL)
  2. loader.preload = file:$(SHIMPATH)
  3. loader.exec = file:obj/bin/httpd
  4. loader.execname = httpd
  5. loader.env.LD_LIBRARY_PATH = /lib:/lib/x86_64-linux-gnu:/usr/lib:/usr/lib/x86_64-linux-gnu
  6. loader.debug_type = none
  7. fs.mount.root.type = chroot
  8. fs.mount.root.uri = file:
  9. fs.mount.other.lib1.type = chroot
  10. fs.mount.other.lib1.path = /lib
  11. fs.mount.other.lib1.uri = file:$(GLIBCDIR)
  12. fs.mount.other.lib2.type = chroot
  13. fs.mount.other.lib2.path = /lib/x86_64-linux-gnu
  14. fs.mount.other.lib2.uri = file:/lib/x86_64-linux-gnu
  15. fs.mount.other.usr.type = chroot
  16. fs.mount.other.usr.path = /usr
  17. fs.mount.other.usr.uri = file:/usr
  18. fs.mount.other.cwd.type = chroot
  19. fs.mount.other.cwd.path = $(PWD)
  20. fs.mount.other.cwd.uri = file:
  21. # allow to bind on port for listening
  22. net.rules.1 = $(HOST):$(PORT):0.0.0.0:0-65535