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 | @UnSeulT06 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