mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
21 lines
577 B
Plaintext
21 lines
577 B
Plaintext
|
|
***********************************************************************
|
|
* POST INSTALL CONFIGURATION *
|
|
***********************************************************************
|
|
|
|
Please note that everything has been installed in %%WWWDIR%%.
|
|
|
|
Read %%WWWDIR%%/README.md.
|
|
|
|
You will probably want to add an alias to your httpd.conf file, something
|
|
like this:
|
|
|
|
Alias /hotcrp %%WWWDIR%%
|
|
<Directory %%WWWDIR%%>
|
|
Options Indexes Includes FollowSymLinks
|
|
AllowOverride all
|
|
Require all granted
|
|
</Directory>
|
|
|
|
And restart Apache.
|