├── .gitignore ├── COPYING ├── Makefile.in ├── README.rst ├── configure.ac ├── fcgiwrap.8 ├── fcgiwrap.c └── systemd ├── fcgiwrap.service └── fcgiwrap.socket /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnosek/fcgiwrap/HEAD/.gitignore -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnosek/fcgiwrap/HEAD/COPYING -------------------------------------------------------------------------------- /Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnosek/fcgiwrap/HEAD/Makefile.in -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnosek/fcgiwrap/HEAD/README.rst -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnosek/fcgiwrap/HEAD/configure.ac -------------------------------------------------------------------------------- /fcgiwrap.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnosek/fcgiwrap/HEAD/fcgiwrap.8 -------------------------------------------------------------------------------- /fcgiwrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnosek/fcgiwrap/HEAD/fcgiwrap.c -------------------------------------------------------------------------------- /systemd/fcgiwrap.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnosek/fcgiwrap/HEAD/systemd/fcgiwrap.service -------------------------------------------------------------------------------- /systemd/fcgiwrap.socket: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnosek/fcgiwrap/HEAD/systemd/fcgiwrap.socket --------------------------------------------------------------------------------