Fedora: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 10: | Zeile 10: | ||
<pre> | <pre> | ||
systemctl status | systemctl status httpd.service | ||
systemctl stop | systemctl stop httpd.service | ||
systemctl start | systemctl start httpd.service | ||
</pre> | </pre> | ||
Zurück zu [[Hauptseite]] | Zurück zu [[Hauptseite]] |
Version vom 17. Mai 2016, 15:45 Uhr
Paketinstallation
yum install <package>
Apache
Starten / Stoppen
systemctl status httpd.service systemctl stop httpd.service systemctl start httpd.service
Zurück zu Hauptseite