1
vote
0answers
26 views

DELETE request pending for a long time then fails

I am playing with nodejs/expressjs/angularjs with MondgoDB on Ubuntu 12.04. I was going through this example. When I tested this locally, deleting a wine worked just fine. But after deploying to ...
0
votes
1answer
23 views

configuring nginx to work with python3.2

I'm having some trouble configuring nginx to work with Python3.2. I'm also struggling to find anything resembling a decent tutorial on the subject. I did however find a decent tutorial on getting ...
0
votes
1answer
46 views

setting up django with nginx and apache

I just started developing in Django a few days back. After finishing a few applications I read that Django is best served using nginx for static content and a reverse proxy to apache for dynamic ...
0
votes
1answer
20 views

NginX access configuration

I'm using ubuntu x64 server with nginx as webserver. In my company, we configured intranet (local) dns server so that, when you enter domain1.com, it goes directly into defined LAN ip adress. We ...
0
votes
0answers
122 views

nginx not listening to port 80

I've just installed a Ubuntu 12.04 server and nginx 1.2.7, removed default from sites-enabled and added my own file into sites-available and symlink at sites-enabled. Then restarted nginx. Problem: ...
0
votes
1answer
155 views

Setup iRedMail Admin Site in Nginx on Ubuntu 12.04

I had a hell of a time getting this to work and couldn't find a solid answer anywhere so I figured I would post my solution to SO so others may find it useful. I wanted to run all of my SSL sites on ...
3
votes
1answer
155 views

non www to www using AWS Elastic Load balancer and Nginx

I have an app running on example.com and now I wanna redirect all the traffic to the www.example.com since we are collaborating with Akamai's CDN for your website. My domain is parked in Route53, ...
0
votes
1answer
286 views

how to setup subdomain in following environment: nginx, supervisor, django, gunicorn?

I have a django app setup with nginx+gunicorn+supervisor and its working fine. But i need to create a subdomain for staging or development like "dev.domain.com". I have added another server block in ...
1
vote
2answers
82 views

passenger nginx module service name registration in ubuntu 12.04.2 lts

I am in need to register passenger nginx module as service in ubuntu and it need to start automatically, in the case of system reboot or shutdown.
0
votes
1answer
104 views

Trying to use Passenger/Nginx for my Rails production server, 403 error

I'm trying to get my production server up and running on my Ubuntu 12.04 LTS server, I followed this tutorial step by step, ...
0
votes
1answer
496 views

uninstalling nginx?

I've gone pretty badly wrong and I want to just uninstall and then reinstall a fresh copy to start over. I've tried #sudo apt-get nginx uninstall that didn't work as well as cd /usr/local/src ...
1
vote
2answers
160 views

Rails production - all pictures are broken after new deploy

I followed the Ryan's screencast and deployed to VPS. So i use Unicorn + nginx + github + Ubuntu 12.04 LTS + capistrano. Also i use i18n to translate application. I also would like to notice that i ...
0
votes
1answer
1k views

How to Uninstall Nginx from Ubuntu 12.04 and Recover Apache

I have Installed Ruby,Rails in my Laptop , I'm Not familiar with Ubuntu, when I install Ruby an Nginx also installed without my permission, Im a PHP programmer now my apache overwritten by Nginx , ...
0
votes
2answers
264 views

Non-www to www domain using Nginx on Ubuntu 12.04 LTS on Ec2 instance

After seeing this post http://www.ewanleith.com/blog/900/10-million-hits-a-day-with-wordpress-using-a-15-server I changed my server from apache2 to nginx. I am no computer geek just, savvy. I followed ...
1
vote
0answers
53 views

phpMyAdmin's links will not function after viewing a table's structure

When any user logs into phpMyAdmin to view/edit tables, navigates to any table, and views the structure, they can no longer click on any links to navigate to any other part of phpMyAdmin until they ...
2
votes
0answers
122 views

Domain root on nginx not working [closed]

mydomain.com is running with nginx1.2, php-fpm, apc on an Ubuntu server (medium - amazon EC2). I have been tweaking my server for past 6 months, however a problem started occurring since the day ...
0
votes
1answer
305 views

My shell script for starting NGiNX is not working

I found this small shell script in a book... NGiNX works it just this script that just does not work. Because every time I do /etc/init.d/nginx start (that is where the file is) it sends me this ...
0
votes
1answer
117 views

Rails app only pointing to default rails index page

So I am new to deploying to an Ubuntu Server (12.04). I have nginx and unicorn installed. Everything seems to be working except for the fact that I don't know how to point it to my app. Currently I am ...
0
votes
0answers
233 views

nginx-1.2.2 compilation error make[1]: Entering directory `/usr/local/src/nginx sed -e "s|%%PREFIX%%|

I'v just downloaded stable version of nginx-1.2.2 from http://nginx.org/download/nginx-1.2.2.tar.gz and run ./configure like this ./configure --conf-path=/etc/nginx/nginx.conf ...
2
votes
2answers
951 views

Rails 3.2.2 getting a 404 on stylesheets and js assets after deployment with capistrano

after pulling my hair out with this one, I'm afraid I'm going to have to turn the knowledge of those much wiser.....again! ok so here's the problem, I am following the following two railscasts: ...
0
votes
1answer
422 views

rails, nginx server says no version information available for libxslt.so

When I try to start nginx, this is what happens. Not sure what i need to do. Apache is off. sudo nginx nginx: /usr/local/lib/libxslt.so.1: no version information available (required by nginx) nginx: ...
16
votes
3answers
3k views

nginx + uwsgi: — unavailable modifier requested: 0 --

ubuntu 12.04 nginx 1.2.0 uwsgi 1.0.3 I start uwsgi by the following command: uwsgi -s 127.0.0.1:9010 -M -t 30 -A 4 -p 4 -d /var/log/uwsgi.log On each request nginx replies with 502 and uwsgi writes ...