| ... | @@ -49,8 +49,10 @@ vi /etc/apache2/vhosts/marketplace.conf |
... | @@ -49,8 +49,10 @@ vi /etc/apache2/vhosts/marketplace.conf |
|
|
ServerName blocpower.local
|
|
ServerName blocpower.local
|
|
|
ErrorLog "/private/var/log/apache2/blocpower.local-error_log"
|
|
ErrorLog "/private/var/log/apache2/blocpower.local-error_log"
|
|
|
CustomLog "/private/var/log/apache2/blocpower.local-access_log" common
|
|
CustomLog "/private/var/log/apache2/blocpower.local-access_log" common
|
|
|
|
|
<Directory "path to local Marketplace repo">
|
|
|
|
|
AllowOverride All
|
|
|
|
Require all granted
|
|
|
|
</Directory>
|
|
|
</VirtualHost>
|
|
</VirtualHost>
|
|
|
</code></pre>
|
|
</code></pre>
|
|
|
*** Restart Apache
|
|
*** Restart Apache
|
| ... | | ... | |