I have a little problem with “a2enmod” under Mountain Lion.
I startet apache with “sudo apachectl start” and tryed to load passenger with
a2enmod passenger
but i throws:
-bash: a2enmod: command not found
Apache is working correctly at my localhost… any ideas?
a2enmod is a command to enable an Apache module. You can achieve the same thing by editing
/etc/apache2/httpd.confand explicitly adding the passenger module:LoadModule passenger_module libexec/apache2/mod_passenger.so
More about
a2enmodhere: https://discussions.apple.com/thread/2084284?start=0&tstart=0