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

15 lines
341 B
Text

------------------------------------------------------
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>
------------------------------------------------------