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 have an nginx instance built with the gzip_static module
nginx version: nginx/1.2.6
built by gcc 3.4.6 20060404 (Red Hat 3.4.6-11)
TLS SNI support disabled
configure arguments: --prefix=/home/nginx --user=nginx --group=nginx
--without-http_autoindex_module --without-http_empty_gif_module
--without-http_scgi_module --with-http_ssl_module
--with-http_gzip_static_module --with-pcre=./library/pc
I have gzip enabled on nginx 1.2.8, but for some reason, it is not gzipping anything.
Nginx install info:
nginx version: nginx/1.2.8
built by gcc 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
TLS SNI support enabled
configure arguments: --prefix=/usr/local/nginx-1.2.8 --with-http_ssl_module --with-http_realip_module --with-http_gzip_static_module --with-pcre --conf-path=/etc/nginx/nginx.conf --add-modul
Some time ago I installed Nginx and Passenger on Debian lenny with...
sudo apt-get install nginx
sudo gem install passenger
sudo passenger-install-nginx-module
Now I want to add SSL support to Nginx, what's the best, simplest way to do it?
When I run make inside my installed nginx directory I get the output:
make -f objs/Makefile
make[1]: Entering directory `/home/ec2-user/nginx/nginx-1.2.4'
objs/Makefile:110: *** multiple target patterns.
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'm having trouble adding PHP to nginx. I've myself have compiled nginx from sources and it is working fine. Now I've built PHP and installed it using ./configure , make and sudo make install. But nginx is not working with PHP. I've enabled php in nginx.conf and added index.php to /html with as content. But its not working.
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 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.