freebsd-ports/sysutils/syscp/files/pkg-message.in
Li-Wen Hsu 7dc7ee9766 Add syscp 1.2.16, PHP-based ISP System Control Panel.
PR:		ports/111464
Submitted by:	Janky Jay <ek at purplehat.org>
Approved by:	clsung (mentor)
2007-04-11 20:39:07 +00:00

22 lines
478 B
Text

------------------------------------------------------
Now that SysCP is ready to go, let's add an alias for
Apache so you can access the SysCP control panel...
Create and put the following lines into your
%%PREFIX%%/etc/apache22/Includes/aliases.conf file:
<IfModule alias_module>
Alias /syscp "%%PREFIX%%/www/syscp/"
<Directory "%%PREFIX%%/www/syscp">
AllowOverride None
</Directory>
</IfModule>
------------------------------------------------------