Galène videoconferencing server discussion list archives
 help / color / mirror / Atom feed
From: Fabrice Fourc <fabrice.fourc@gmail.com>
To: "Mathieu Carrandié" <m@unseult.net>
Cc: galene@lists.galene.org
Subject: [Galene] Re: Installation on a VPS with Apache server
Date: Mon, 26 Apr 2021 17:37:45 +0200	[thread overview]
Message-ID: <CAMDxYEdZam9_UKTi9r=rNqPZvV1iYwt1khvCj3jNweBasK5E0Q@mail.gmail.com> (raw)
In-Reply-To: <CAMTAxEBQwq_eMEXoSdiToJb1D2xr5-knkh4xA984fpmvJQyi3w@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2445 bytes --]

Hi Mathieu,
here in my site-config file.
Fabrice

<IfModule mod_ssl.c>

<VirtualHost *:443>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/meet



ErrorLog ${APACHE_LOG_DIR}/galene/error.log
CustomLog ${APACHE_LOG_DIR}/galene/access.log combined


ServerName galene.serveur.com
SSLCertificateFile /etc/letsencrypt/live/galene/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/galene/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf


RewriteEngine on
RewriteCond %{HTTP:UPGRADE} ^WebSocket$ [NC]
RewriteCond %{HTTP:CONNECTION} ^Upgrade$ [NC]
RewriteRule .* ws://localhost:3000%{REQUEST_URI} [P]

SSLProxyEngine on

SSLProxyVerify none
SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
SSLProxyCheckPeerExpire off

ProxyPassMatch ^/(ws)$  ws://localhost:3000/$1



ProxyPreserveHost On
       ProxyPass / http://localhost:3000/
       ProxyPassReverse / http://localhost:3000/




</VirtualHost>
</IfModule>

Le lun. 26 avr. 2021 à 17:29, Mathieu Carrandié <m@unseult.net> a écrit :

> [message in french after the english version]
> Hi,
>
> After searching on the different readme available, on the Github issues or
> on this mailing-list, I couldntt find any info on how to install an Galène
> instance on an Apache server
> What are the prerequisites ? required mods...
> What configuration for the VirtualHost, url rewriting rules...
> I try to get this work on a VPS.
>
> Thanks a lot for helping me setting this up !
> I'd be glad to compile the infos and propose this doc on the github repo.
>
> Bonjour,
>
> Après recherche dans les readme dispos, sur les issues Github ou cette
> mailing list je ne trouve pas d'info sur comment installer une instance
> Galène sur un serveur Apache.
> Quels sont les pré-requis ? Mods nécessaire...
> Quelle configuration pour le VirtualHost, règles d'url rewriting...
> J'essaye de faire fonctionner ça sur un VPS.
>
> Merci de votre aide !
> Je serais ravi de compiler tout ça et de proposer un doc d'aide sur le
> repo Github.
>
> Mathieu
>
> --
> Mathieu Carrandié, artisan web
> UnSeulT.net <https://unseult.net> | @UnSeulT <https://twitter.com/unseult>
> | 06 69 33 82 08
> N° Siren : 513 284 190
>
> _______________________________________________
> Galene mailing list -- galene@lists.galene.org
> To unsubscribe send an email to galene-leave@lists.galene.org
>

[-- Attachment #2: Type: text/html, Size: 6197 bytes --]

  reply	other threads:[~2021-04-26 15:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-26 15:29 [Galene] " Mathieu Carrandié
2021-04-26 15:37 ` Fabrice Fourc [this message]
2021-04-26 16:32   ` [Galene] " Juliusz Chroboczek
2021-04-26 16:31 ` Juliusz Chroboczek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.galene.org/postorius/lists/galene.lists.galene.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMDxYEdZam9_UKTi9r=rNqPZvV1iYwt1khvCj3jNweBasK5E0Q@mail.gmail.com' \
    --to=fabrice.fourc@gmail.com \
    --cc=galene@lists.galene.org \
    --cc=m@unseult.net \
    --subject='[Galene] Re: Installation on a VPS with Apache server' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox