mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
1fac1e8329
PR: ports/67879 Submitted by: Robin Schoonover <end@endif.cjb.net> (maintainer)
19 lines
592 B
Plaintext
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>
|
|
|
|
-----------------------------------------------------------------
|
|
|