mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4e519b9661
Make certain that CGI scripts run with the user's permissions. PR: 7448 Submitted by: Brent J. Nordquist <bjn@visi.com>
17 lines
664 B
Plaintext
17 lines
664 B
Plaintext
This is CGIWrap - a gateway that allows more secure user access to
|
|
CGI programs on an HTTPd server than is provided by the http server
|
|
itself. The primary function of CGIWrap is to make certain that
|
|
any CGI script runs with the permissions of the user who installed
|
|
it, and not those of the server.
|
|
|
|
CGIWrap works with NCSA httpd, Apache, CERN httpd, NetSite Commerce
|
|
and Communications servers, and probably any other Unix based web
|
|
server software that supports CGI.
|
|
|
|
CGIWrap was written by Nathan Neulinger <nneul@umr.edu>. More
|
|
information is available at: http://wwwcgi.umr.edu/~cgiwrap
|
|
|
|
Port to FreeBSD by
|
|
Brent J. Nordquist <bjn@visi.com>
|
|
Thu Jul 30 1998
|