aboutsummaryrefslogtreecommitdiff
path: root/devel/p4db/files/pkg-message.in
blob: 7c869d1ffe31f13fb35fa85b1ee287f4bf630ad9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
************************************************************************
To launch your p4db site, edit %%LOCALBASE%%/perforce/p4db/P4DB.conf and
configure the web server to make %%LOCALBASE%%/perforce/p4db/www
viewable.  For example:

    Alias /p4db/ "%%LOCALBASE%%/perforce/p4db/www/"
    <Directory "%%LOCALBASE%%/perforce/p4db/www">
        AddHandler cgi-script .cgi
        DirectoryIndex index.cgi
        Options ExecCGI
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

************************************************************************