16 lines
476 B
TeX
16 lines
476 B
TeX
% master: testen.tex
|
|
% Testen v0.1
|
|
% 2011-06-01 (Rx)
|
|
|
|
\subsection{Testen}
|
|
%--------------------------
|
|
|
|
\begin{verbatim}
|
|
/etc/init.d/apache start Apache1.3 starten
|
|
/etc/init.d/apache2 start Apache2 starten
|
|
Browser http://localhost/ Apache1.3 testen
|
|
Browser http://localhost:81/ Apache2 testen
|
|
/etc/init.d/apache stop Apache1.3 beenden
|
|
/etc/init.d/apache2 stop Apache2 beenden
|
|
\end{verbatim}
|
|
|