- 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)
28 lines
590 B
Text
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!
|