1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/sysutils/syscp/files/pkg-message.in
Martin Wilke 52a665cbac - Update to 1.4.2.
PR:		129662
Submitted by:	Janky Jay <ek@purplehat.org> (maintainer)
2008-12-25 19:58:07 +00:00

16 lines
341 B
Plaintext

------------------------------------------------------
To use SysCP, create and put the following into your
%%PREFIX%%/etc/apache22/Includes/aliases.conf file:
Alias /syscp "%%WWWDIR%%"
<Directory "%%WWWDIR%%">
AllowOverride None
Order allow,deny
Allow from all
</Directory>
------------------------------------------------------