\begin{longtable}{|l|}
\hline
\multicolumn{1}{|c|}{\bf Fichier /etc/makejail/apache.py}\\\hline
\endfirsthead
\hline
\multicolumn{1}{|c|}{\bf Fichier /etc/makejail/apache.py (suite)}\\\hline
\endhead
\hline
\multicolumn{1}{|c|}{\bf Suite $\ldots$}\\
\hline
\endfoot
\hline
\multicolumn{1}{|c|}{\bf Fin de /etc/makejail/apache.py}\\
\hline
\endlastfoot
\textit{\textcolor{PineGreen}{\# Emplacement de la prison}}\\
chroot="/var/chroot/apache"
\textit{\textcolor{PineGreen}{\# Commande destin\'ee \`a lancer le
service afin de v\'erifier les}}\\
\textit{\textcolor{PineGreen}{\# fichiers n\'cessaires au
fonctionnement de celui-ci}}\\
testCommandsInsideJail=["/usr/sbin/apachectl start"]\\
\textit{\textcolor{PineGreen}{\# Nom du processus \`a `tracer'}}\\
processNames=["apache"]\\
\textit{\textcolor{PineGreen}{\# Une commande destin\'e \`a v\'erifier
le bon fonctionnement du service}}\\
testCommandsOutsideJail=["wget -r --spider http://localhost/"]\\
\textit{\textcolor{PineGreen}{\# Les fichiers et r\'epertoires \`a ne
pas copier dans la prison}}\\
preserve=["/var/www",\\
\qquad "/var/log/apache",\\
\qquad "/dev/log"]\\
\textit{\textcolor{PineGreen}{\# Utilisateur sous lequel tourne le
processus}}\\
users=["www-data"]\\
groups=["www-data"]
\end{longtable}
