1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/www/winhelpcgi/pkg-message
Pav Lucistnik 1fac1e8329 - Update to 0.99
PR:		ports/67879
Submitted by:	Robin Schoonover <end@endif.cjb.net> (maintainer)
2004-06-16 22:35:34 +00:00

19 lines
592 B
Plaintext

-----------------------------------------------------------------
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>
-----------------------------------------------------------------