aboutsummaryrefslogtreecommitdiffstats
path: root/www/winhelpcgi/pkg-message
blob: 54493dac182cd07646651f232efe0a3c91bb872f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
-----------------------------------------------------------------
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>

-----------------------------------------------------------------