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-
Just started getting some weird behavior with nginx on OSX 10.7.5. This is happening with brew installed 1.0.11 and 1.2.2. Nothing else is running on port 80.
I just installed nginx on my Linux Mint system that already had apache2 working. However nginx took over all request to localhost and all my virtual domains and displayed the default page for nginx in response to every url. I assumed it just took over port 80 which apache2 was using.
I have problem in shutting down tomcat server. When I type localhost://8080, it keeps on showing me tomcat homepage. I restarted the system also but did not help.
(Plesk 10.4 centos 5.8 linux apache2 server, with Tomcat5 on port 8080 and Apache Solr)
I get "The connection has timed out" on requesting domain.com:8080 or www.domain.com:8080 or ip.ad.dr.ess:8080
Every reason I can find why this might be seems not to be the case:
Plesk thinks Tomcat is running fine and lists it as an active
service.
The firewall currently has an accept all rule on port 8080
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.
Originally I had a server with nginx running multiple websites. I added Varnish in front to be on port 80 and changed my nginx files to 8080. The problem I'm having is that only one site is working while the others are not.
I am having difficulty getting my Varnish/Nginx Wordpress setup working. I had set up varnish to listen on poert 80, and nginx to listen on port 8080, with a rule on wp-admin URLs to pass through to nginx (bypassing the cache).
I have setup Varnish to run on port 80 which seems to work fine.