Documentation du Dr FRAPPE

Ce wiki regroupe les résultats de mes expériences en informatique accumulés au cours de mes recherches sur le net.

Dans la mesure du possible, j'ai cité mes sources ; il en manque certainement… :-)

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
logiciel:internet:lighty:llsp [2021/02/17 10:07] – ↷ Page déplacée de fr:logiciel:internet:lighty:llsp à logiciel:internet:lighty:llsp adminlogiciel:internet:lighty:start [2021/03/20 11:28] – ↷ Page déplacée et renommée de tutoriel:internet:llsp:start1 à logiciel:internet:lighty:start admin
Ligne 29: Ligne 29:
 Notre objectif est de mettre en place un serveur web rapide et efficace, mais surtout très sécurisé. Pour cet exemple, nous utilisons Lighttpd 1.4.x. Notre objectif est de mettre en place un serveur web rapide et efficace, mais surtout très sécurisé. Pour cet exemple, nous utilisons Lighttpd 1.4.x.
  
-====== Pré-requis ======+===== Pré-requis =====
  
-  *  +===== Installation =====
- +
-====== Installation ======+
  
 Pour commencer, installez le paquet **[[apt>lighttpd]]** ou en ligne de commande :<cli>$ sudo apt install lighttpd</cli> Pour commencer, installez le paquet **[[apt>lighttpd]]** ou en ligne de commande :<cli>$ sudo apt install lighttpd</cli>
Ligne 39: Ligne 37:
 Le fichier principal de configuration **/etc/lighttpd/lighttpd.conf** contient toutes les directives nécessaires pour que lighttpd fonctionne comme vous le souhaitez. Sauvegardez le fichier par défaut en le renommant et le remplacer par la config fournie ci-dessus. Le fichier principal de configuration **/etc/lighttpd/lighttpd.conf** contient toutes les directives nécessaires pour que lighttpd fonctionne comme vous le souhaitez. Sauvegardez le fichier par défaut en le renommant et le remplacer par la config fournie ci-dessus.
  
-====== Configuration ======+===== Configuration =====
  
 Voici un exemple de fichier de configuration **/etc/lighttpd/lighttpd.conf**, entièrement fonctionnel à l'exception de la mise en place de quelques variables d'environnement. Voici un exemple de fichier de configuration **/etc/lighttpd/lighttpd.conf**, entièrement fonctionnel à l'exception de la mise en place de quelques variables d'environnement.
Ligne 315: Ligne 313:
 </WRAP> </WRAP>
  
-====== Utilisation ======+===== Utilisation =====
  
-===== Starting the daemon =====+==== Starting the daemon ====
  
 Now that you have the config file installed and configured you can start the daemon by hand with "/usr/local/sbin/lighttpd -f /etc/lighttpd.conf" or add the following into /etc/rc.local to start the lighttpd daemon on boot. Now that you have the config file installed and configured you can start the daemon by hand with "/usr/local/sbin/lighttpd -f /etc/lighttpd.conf" or add the following into /etc/rc.local to start the lighttpd daemon on boot.
Ligne 328: Ligne 326:
 </code> </code>
  
-===== Conclusion =====+==== Conclusion ====
  
 Lighttpd has many more options if you wish to use fast-cgi or password authentication. I would highly suggest taking some time to read the lighttpd.net documentation if you need more web functionality. If you are happy with the options we have started out with then at this point all that is left is finding some content to serve and setup your web tree. Lighttpd has many more options if you wish to use fast-cgi or password authentication. I would highly suggest taking some time to read the lighttpd.net documentation if you need more web functionality. If you are happy with the options we have started out with then at this point all that is left is finding some content to serve and setup your web tree.
Ligne 336: Ligne 334:
 </WRAP> </WRAP>
  
-====== Désinstallation ======+===== Désinstallation =====
  
-====== Voir aussi ======+===== Voir aussi =====
  
   * **(en)** [[internet:serveur:http:lighty:start]]   * **(en)** [[internet:serveur:http:lighty:start]]