--- wikisrc/pkgsrc/how_to_install_a_lamp_server.mdwn 2018/08/06 21:16:52 1.4 +++ wikisrc/pkgsrc/how_to_install_a_lamp_server.mdwn 2018/08/06 21:22:03 1.5 @@ -10,7 +10,7 @@ We will install all components using pkg The new Apache 2.4 server comes with two different threading models from which [prefork](http://httpd.apache.org/docs/2.4/mod/prefork.html) is installed by default. It is **not** recommended to use the Worker model, if you wish to use Apache and PHP. As that is the case, we will install a default Apache 2.4 server. -# cd /usr/pkgsrc/www/apache24 + # cd /usr/pkgsrc/www/apache24 # make install clean clean-depends