aboutsummaryrefslogtreecommitdiff
path: root/devel/cgit/files/pkg-message.in
blob: ac77ea940629faae3e05ebacda427f42c2d0430c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---------------------------------------------------
%%PORTNAME%% has been successfully installed.

Now you need to change your webserver configuration
as follows:

  <Directory "%%WWWDIR%%/">
      AllowOverride None
      Options ExecCGI
      Order allow,deny
      Allow from all
  </Directory>

Documentation and sample configuration can be found
in %%DOCSDIR%%/cgitrc.5.txt.
---------------------------------------------------