I just manually installed the Apache HTTPD 2.2.14 server in Ubuntu following these instructions (and using all default options). Since I did the manual installation, once I tried installing passenger module for Apache (through passenger-install-apache2-module), it found everything it needed, except for Apache. The error message is as follows (I installed everything else through synaptic, so those have no problems):
- GNU C++ compiler... found at /usr/bin/g++
- Ruby development headers... found
- OpenSSL support for Ruby... found
- RubyGems... found
- Rake... found at /usr/bin/rake
- rack... found
- Apache 2... not found
- Apache 2 development headers... found at /usr/bin/apxs2
- Apache Portable Runtime (APR) development headers... found at /usr/bin/apr-1-config
- Apache Portable Runtime Utility (APU) development headers... found at /usr/bin/apu-1-config
How can I make the passenger module installer (or anything for that matter) detect the Apache server installation?