Home » Questions » Computers [ Ask a new question ]

How can I make a manual Apache server installation on Ubuntu be detected by other programs?

How can I make a manual Apache server installation on Ubuntu be detected by other programs?

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):

Asked by: Guest | Views: 346
Total answers/comments: 1
Guest [Entry]

"I had the same sort of problem. Check whether there's an option telling you whether you want to cancel or continue (pressing Enter).

Press Enter and the installer will give you the installation commands (apt-get install, etc) for the missing packages. That worked for me and so far I haven't got any problem.

Check out Phusion Passenger users guide for further information."