1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/www/cgiwrap/pkg-message
David W. Chapman Jr. 05ae0eb46e Install cgiwrapd/nph-cgiwrapd as a separate binary and removes suid
and execute permissions for security reasons

PR:		41454
Submitted by:	maintainer
2002-08-08 18:58:23 +00:00

20 lines
903 B
Plaintext

-----------------------------------------------------------------
You have installed cgiwrap, a wrapper to securely execute user
CGI programs. cgiwrap is reported to work with most web servers
that support CGI, so no one specific server has been included as
a depend. If you are unsure of which webserver to use, it is
recommended to try the Apache web server package.
The cgiwrap scripts have been installed in:
${PREFIX}/www/cgi-bin
...the default location for Apache's cgi-bin directory.
The cgiwrapd and nph-cgiwrapd scripts are disabled by default, as they
may give away sensitive information about the CGI environment. To
enable them, you must chmod 4755 ${PREFIX}/www/cgi-bin/cgiwrapd
Access control enabled, you must create either
${PREFIX}/etc/cgiwrap.allow or ${PREFIX}/etc/cgiwrap.deny before
cgiwrap will function.
-----------------------------------------------------------------