freebsd-ports/sysutils/syscp/files/pkg-message.in
Jean Milanez Melo bfc312f329 - Update mastersites.
- Adjustments to configuration files for BIND9's default chroot.
- Minor adjustments to clean up Apache's configuration file hierarchy.

PR:		ports/118081
Submitted by:	Janky.Jay@FreeBSD.org, III <ek@purplehat.org> (maintainer)
2007-12-28 11:19:33 +00:00

28 lines
590 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>
------------------------------------------------------
Make sure Apache+PHP is properly configured and running
then visit:
http://your-domain.tld/syscp/
And enjoy!