User Tools

Site Tools


infra:serveurweb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
infra:serveurweb [2019-02-12 16:04] – ↷ Page moved from serveurweb to infra:serveurweb barziinfra:serveurweb [2020-05-23 11:07] – mise en page, jack.tf -> fuz.re Lomanic
Line 1: Line 1:
-Les sites web jack.tf et wootdevices.io sont hébergés sur un serveur lighttpd.\\+Les sites web fuz.re et wootdevices.io sont hébergés sur un serveur lighttpd.\\
 Doc de configuration de vhost à venir. Doc de configuration de vhost à venir.
 +
 +Suite à la mise à jour vers debian buster, la configuration https ne passait plus (problèmes de versions entre lighttpd et openssl packagées dans debian). On a dû compiler et installer manuellement :
 +
 +<code>
 +cd /usr/local/src
 +sudo git clone https://github.com/lighttpd/lighttpd1.4.git
 +sudo chown fabien.admin lighttpd1.4/ -R && sudo chmod g+w lighttpd1.4/ -R
 +cd lighttpd1.4/
 +sudo apt-get build-dep lighttpd #on récupère les dépendances utilisées par debian
 +./autogen.sh
 +./configure --with-openssl
 +make
 +sudo make install
 +sudo cp /usr/local/src/lighttpd1.4/doc/systemd/lighttpd.service /etc/systemd/system/lighttpdbuild.service
 +sudo systemctl enable lighttpdbuild && sudo systemctl start lighttpdbuid
 +sudo systemctl disable lighttpd
 +</code>
infra/serveurweb.txt · Last modified: 2023-02-02 22:06 by 127.0.0.1