mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
18 lines
640 B
Plaintext
18 lines
640 B
Plaintext
|
************************************************************************
|
||
|
To launch your p4db site, edit /usr/local/perforce/p4db/P4DB.conf and
|
||
|
configure the web server to make /usr/local/perforce/p4db/www
|
||
|
viewable. For example:
|
||
|
|
||
|
Alias /p4db/ "/usr/local/perforce/p4db/www/"
|
||
|
<Directory "/usr/local/perforce/p4db/www">
|
||
|
AddHandler cgi-script .cgi
|
||
|
DirectoryIndex index.cgi
|
||
|
Options ExecCGI
|
||
|
AllowOverride None
|
||
|
Order allow,deny
|
||
|
Allow from all
|
||
|
</Directory>
|
||
|
|
||
|
(Replace /usr/local with your ${PREFIX} as appropriate)
|
||
|
************************************************************************
|