I have a combo of Centos 6-Apache-Passenger-Ruby. Install was made following instructions here. I also have whm, which means changes to httpd.conf must be made by click. While trying to include /etc/httpd/conf.d/*.conf, tells me there is an error because: Cannot load /usr/local/apache/modules/mod_passenger.so into server. Problem is this line at /etc/httpd/conf.d/passenger.conf: Last part of the sentence should point to actual mod_passenger.so,
Tag: passenger
Passenger repository certificate verification failed
I want to install Passenger server on my virtual machine, so I do the following: But after I update I get this errors: I already installed it previously many times and had no problems. I have no idea what might go wrong. Answer Fixed that by reinstalling Ubuntu on clean VM. This issue might appeared because I copied my VM’s
Installing Passenger when Nginx is already installed; Possible?
Rather a simple question I believe, is it possible to install passenger when nginx is already installed on your webserver? If the answer is Yes, I already performed these actions: At this very moment I already have nginx installed (for my PHP applications) and next I did a checkout of the passenger’s git repository: and then add this snippet to