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

18 lines
592 B
Text

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