mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
52a665cbac
PR: 129662 Submitted by: Janky Jay <ek@purplehat.org> (maintainer)
16 lines
341 B
Plaintext
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>
|
|
|
|
------------------------------------------------------
|