I need to install an apache module from source, but apxs2 is nowhere to be seen on the system.
apt-cache search apxs2 doesn’t help, where can it be?
A quick question on irc.freenode.net #ubuntu, and the answer is there: install apache2-prefork-dev.
Use “apt-file” to look for specific files to be installed.
$ apt-file search apxs
May need to do this if you have never used apt-file:
$ sudo apt-file update


