[Freedombox-discuss] Freedombox 0.2 almost ready - please test
Nick Daly
nick.m.daly at gmail.com
Thu Mar 13 02:51:25 UTC 2014
Petter Reinholdtsen <pere at hungry.com> writes:
> The next release of freedombox is almost ready to ship.
:) :) :) 8)
> Nick Daly got the dreambox image working yesterday.
Here're my release notes from testing the current image.
----
* FBX Image [2014-03-09 Sun] Release Notes
1. To connect to your DreamPlug, connect the Ethernet cable to the
inside Ethernet port, that's eth1.
2. Add this line to ~/etc/apache2/sites-available.plinth.conf~:
#+begin_src apache
## Force SSL
RewriteEngine on
+ ReWriteCond %{REQUEST_URI} ^/plinth
ReWriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [NC,R,L]
#+end_src
3. If you're going to use the /plugserver/ scripts to set up your
system, you'll need to change
~/etc/apache2/sites-available/000-default.conf~:
#+begin_src apache
#ServerName www.example.com
ServerAdmin webmaster at localhost
- DocumentRoot /var/www/html
+ DocumentRoot /var/www
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
#+end_src
4. You also probably want to enable a few modules:
: apt-get install libapache2-mod-perl2
: a2enmod cgi perl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/freedombox-discuss/attachments/20140312/f748e9eb/attachment.sig>
More information about the Freedombox-discuss
mailing list