summaryrefslogtreecommitdiff
path: root/devel/gitphp/files/pkg-message.in
blob: 17146e4bd90111839fcd859bceb8cf935604025e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*****************************************************************
You will also need to configure Apache.  Consider adding the following to
your httpd.conf:

     Alias /gitphp/ "%%WWWDIR%%/"

    <Directory "%%WWWDIR%%">
        AllowOverride all
	Allow from all
    </Directory>

Then restart Apache: 'apachectl graceful'

Then visit 'http://localhost/gitphp/' in a web-browser and follow the
configuration instructions.
*****************************************************************