diff options
author | pav <pav@FreeBSD.org> | 2004-06-17 06:35:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-17 06:35:34 +0800 |
commit | 8ba5ccfcc2d59699266501b7dd8141b4ba5c2edc (patch) | |
tree | 01262a8fb91a9ff73c07dc7eb822748f1b67ec61 /www/winhelpcgi/pkg-message | |
parent | 7492d8582e6909b95ea46fc06af4de97200be251 (diff) | |
download | freebsd-ports-gnome-8ba5ccfcc2d59699266501b7dd8141b4ba5c2edc.tar.gz freebsd-ports-gnome-8ba5ccfcc2d59699266501b7dd8141b4ba5c2edc.tar.zst freebsd-ports-gnome-8ba5ccfcc2d59699266501b7dd8141b4ba5c2edc.zip |
- Update to 0.99
PR: ports/67879
Submitted by: Robin Schoonover <end@endif.cjb.net> (maintainer)
Diffstat (limited to 'www/winhelpcgi/pkg-message')
-rw-r--r-- | www/winhelpcgi/pkg-message | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/www/winhelpcgi/pkg-message b/www/winhelpcgi/pkg-message index 71083e51a696..54493dac182c 100644 --- a/www/winhelpcgi/pkg-message +++ b/www/winhelpcgi/pkg-message @@ -1,7 +1,18 @@ ----------------------------------------------------------------- -winhelpcgi.cgi has been installed into %%PREFIX%%/bin +winhelpcgi.cgi has been installed into %%PREFIX%%/www/winhelpcgi/ + +You now need to copy winhelp files into %%PREFIX%%/www/winhelpcgi/ + +You also need to somehow make your webserver aware of winhelpcgi. +For example, the following config fragment would make apache aware +of winhelpcgi: + +Alias /winhelpcgi %%PREFIX%%/www/winhelpcgi +<Directory /usr/local/www/winhelpcgi> + AddHandler cgi-script .cgi + AllowOverride All + Options ExecCGI +</Directory> -You now need to copy winhelpcgi.cgi along with all winhelp files -you wish for it to handle into the cgi-bin/ (or a subdir in -cgi-bin/) of a http server that can handle cgi (such as Apache). ----------------------------------------------------------------- + |