« Raspbian Commandes » : différence entre les versions
| Ligne 144 : | Ligne 144 : | ||
=== Lighttpd === | === Lighttpd === | ||
<syntaxhighlight lang="bash" line copy> | |||
sudo service lighttpd status | |||
sudo service lighttpd restart | |||
</syntaxhighlight> | |||
==== vhost ==== | ==== vhost ==== | ||
<syntaxhighlight lang="bash" line copy> | |||
ln -s /etc/lighttpd/conf-available/91-exemple.com.conf /etc/lighttpd/conf-enabled/91-exemple.com.conf | |||
</syntaxhighlight> | |||
=== Commandes Réseaux === | === Commandes Réseaux === | ||