14 lines
330 B
TeX
14 lines
330 B
TeX
|
% master: apache_starten.tex
|
||
|
% Apache starten v0.1
|
||
|
% 2011-06-01 (Rx)
|
||
|
|
||
|
\subsection{Apache starten}
|
||
|
%--------------------------
|
||
|
Unter UNIX/Linux wird das httpd-Progamm als Daemon ausgeführt.
|
||
|
|
||
|
\begin{verbatim}
|
||
|
apachectl start Apache starten
|
||
|
rcapache start Apache starten(SuSE-Linux)
|
||
|
\end{verbatim}
|
||
|
|