User Tools

Site Tools


infra:serveurweb

This is an old revision of the document!


Les sites web jack.tf et wootdevices.io sont hébergés sur un serveur lighttpd.
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 :

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

infra/serveurweb.1570527289.txt.gz · Last modified: 2023-02-02 22:06 (external edit)