I'm trying to configure NginX, that was installed using passenger-install-nginx-module.
I edit /opt/nginx/conf/nginx.conf but there is no effect at all.
When I run passenger I do the following command:
sudo passenger start /home/ror/current -etest -p80 --user=ror
My px aux | grep nginx shows the following:
0:00 nginx: master process /var/lib/passenger-standalone/3.0.12-x86_64-ruby1.8.7-linux-
I downloaded and extracted the nginx source to ~/nginx-1.0.11, then downloaded PCRE 8.20 directly since the latest version of the Passenger installer can't download it automatically. I did the typical ./configure, make, sudo make install for PCRE which put it in /usr/local/lib by default. So far so good.
I've installed nginx 1.2.3 by adding a new ppa
sudo add-apt-repository ppa:nginx/stable
sudo apt-get update
sudo apt-get install nginx
However, nginx -v still gives me 1.1.19.
dI logged into my EC2 console created a new instance and attached an Elastice IP to it. Then I logged into the server and installed Nginx:
$ sudo apt-get install nginx
$ sudo /etc/init.d/nginx start
$ Starting nginx: nginx.
When I navigate to the Elastic IP (or Public DNS) I get nothing. The default setting should be enough to show me the default Nginx welcome page right?
I am on Ubuntu 12.04, I have the latest stable version of nginx added to my ppa
sudo add-apt-repository ppa:nginx/stable -y
It has been running perfectly for nearly a year.
I am looking for web hosting control panel, commercial or open source edition which supports ruby on rails application deployment with phusion passenger + nginx support. I tried google, but i got http://en.wikipedia.org/wiki/Comparison_of_web_hosting_control_panels,
upto my knowledge none of them is not supporting rails+phusion passenger+nginx. so guys please help me.
I'm developing a rails app and in general just running service nginx stop will cause the Phusion Passenger processes to be killed. But I'm having an instance where this isn't happending (see top -c screenshot). Have I been doing this wrong? I though these processes were tied to our nginx process and would die in this scenario?
thx
I have set up a passenger + nginx setup and I plan to offer a free non-commercial hosting (or in fact on the fly deployment) for rack-based frameworks (e.g. camping, sinatra).
I am facing an "issue" with passenger.
I can confirm that this fixed my issues with passenger-install-apache2-module
yellowjk
https://bbs.archlinux.org/profile.php?id=48855
2012-05-21T15:11:15Z