Skip to content

Commit

Permalink
fix apache config to camel case
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhakh committed Mar 8, 2021
1 parent b6d7154 commit 4cfd565
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ \section{HTTP Server}
\item How many \lstinline{apache2} processes were started?
Which one was the master server, and which ones were the child servers? (\textit{use \lstinline{htop} and switch to \textbf{tree} to see process hierarchy})
Justify your answer using the \textbf{apache2} configurations file.
Explain your answer with value of \textit{Startservers, MinSpareServers, MaxSpareServers, MaxRequestWorkers, ServerLimit, MaxconnectionsPerChild}\footnote{Need to read \textit{Apache} web documents}.
Explain your answer with value of \textit{StartServers, MinSpareServers, MaxSpareServers, MaxRequestWorkers, ServerLimit, MaxConnectionsPerChild}\footnote{Need to read \textit{Apache} web documents}.

\item What is the purpose of initiating multiple apache2 processes?
\end{report}
Expand Down

0 comments on commit 4cfd565

Please sign in to comment.