Lets say I don't like package managers and want to install apache, php from source; ./configure --prefix=/path/where/i/want/apache/to/be --enable-so and then ./configure --prefix=/path/to/where/iwant/php/to/go --with-apxs2=/apache/apxs2/place --with-lots-of-libs-like-mysql-or-zlib-etc-etc and then edit the config files to add php application Would this be in secure? I see there are other ways to manage php insead of DSOs I want to gain more experience with installing from source.