[Freedombox-discuss] trouble configuring letsencrypt, apache, subdomains...
Sunil Mohan Adapa
sunil at medhas.org
Mon Mar 4 21:30:48 GMT 2019
On 04/03/19 12:44 pm, David Mintz wrote:
[...]
> Thought experiment: Suppose you just disable the RedirectMatch "^/$
> ..." and use one and the same domain for serving both your personal
> site and plinth/freedombox apps? (sounds like the implication below
> is that you can do that). I am trying to imagine any reason one would
> regret the decision, other than having to navigate explicitly to
> /plinth when you need it.
Yes, having to bookmark the /plinth or /freedombox URL and using that to
reach the UI is the only downside. Other than that, it should work nicely.
We are looking to cater to this use case better an document it. We could
explicit add apps for or document some static site generators too.
>
> I will have to get back home to play with it, I'm not even sure if
> I'm on 19.2 or something else. I think by default we get automatic
> upgrades, right? I hesitate to fool with configuration through the
> web interface alone and no shell access.
19.2 should reach testing users after March 12. It is currently in unstable.
There is a way to not mess up the existing configuration files and yet
the achieve the same effect.
Create file /etc/apache2/conf-available/freedombox-alternate.conf (this
is included before /etc/apache2/conf-available/freedombox.conf). Add a
redirect there like this:
RedirectMatch "^/$" "/index.html"
Then:
a2enconf freedombox-alternate
systemctl reload apache2
This should allow you place files in /var/www/html/* and start with
'index.html' there.
--
Sunil
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/freedombox-discuss/attachments/20190304/476081e9/attachment-0001.sig>
More information about the Freedombox-discuss
mailing list