xref: /OK3568_Linux_fs/buildroot/package/fcgiwrap/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_FCGIWRAP
2	bool "fcgiwrap"
3	depends on BR2_USE_MMU # libfcgi
4	select BR2_PACKAGE_LIBFCGI
5	help
6	  fcgiwrap is a simple server for running CGI applications
7	  over FastCGI. It hopes to provide clean CGI support to Nginx
8	  (and other web servers that may need it).
9
10	  https://github.com/gnosek/fcgiwrap
11