This commit is contained in:
Jan Philipp Timme 2018-09-24 12:19:12 +02:00
parent b2aa4c2578
commit e964697250
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ Nun wird eine neue Konfigurationsdatei mit dem folgenden Inhalt in die neue Date
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
\end{lstlisting}
Nun kann der Webserver gestartet werden.
Nun kann der Webserver-Dienst aktiviert und gestartet werden.
\begin{lstlisting}
systemctl enable apache2.service; systemctl start apache2.service
\end{lstlisting}