diff options
author | sem <sem@FreeBSD.org> | 2004-09-01 21:42:54 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-09-01 21:42:54 +0800 |
commit | 3eb62a02e91b1fc3e6b3009ab1bf7b43bd319f6b (patch) | |
tree | 6eb2251372b49ada8f1a2d83f8861db2930232cc /www/cgiwrap/pkg-message | |
parent | 16e167fdf217eaf31bc89a46476303e4046551b1 (diff) | |
download | freebsd-ports-gnome-3eb62a02e91b1fc3e6b3009ab1bf7b43bd319f6b.tar.gz freebsd-ports-gnome-3eb62a02e91b1fc3e6b3009ab1bf7b43bd319f6b.tar.zst freebsd-ports-gnome-3eb62a02e91b1fc3e6b3009ab1bf7b43bd319f6b.zip |
- Rename knonbs for more POLA compliant.
- Utilize PORTDOCS macro.
- Fix pkg-message for the package.
- Minor formating and typographic changes.
PR: ports/71188
Submitted by: maintainer
Diffstat (limited to 'www/cgiwrap/pkg-message')
-rw-r--r-- | www/cgiwrap/pkg-message | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/www/cgiwrap/pkg-message b/www/cgiwrap/pkg-message index b1d9d6e0c10c..b35046420fd2 100644 --- a/www/cgiwrap/pkg-message +++ b/www/cgiwrap/pkg-message @@ -1,15 +1,19 @@ ----------------------------------------------------------------- You have installed cgiwrap, a wrapper to securely execute user -CGI programs. cgiwrap is reported to work with most web servers +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. +a dependancy. If you are unsure of which Web server to use, it +is recommended that you try the Apache HTTP server. -The cgiwrap scripts have been installed in: - %%PREFIX%%/www/cgi-bin -...the default location for Apache's cgi-bin directory. +The cgiwrap binaries have been installed in the following +directory: -If cgiwrap's allow/deny control is enabled, you must create either -%%PREFIX%%/etc/cgiwrap.allow and/or %%PREFIX%%/etc/cgiwrap.deny -before cgiwrap will function. + %%MAIN_CGIDIR%% + +You should create/manage the following two files, otherwise +cgiwrap will not function as expected. These ACL files define +which users can and cannot run CGI binaries via cgiwrap: + + %%ALLOWFILE%% + %%DENYFILE%% ----------------------------------------------------------------- |