Ver Mensaje Individual
  #5 (permalink)  
Antiguo 27/08/2014, 13:22
Avatar de JDEM
JDEM
 
Fecha de Ingreso: octubre-2008
Ubicación: www....
Mensajes: 154
Antigüedad: 15 años, 7 meses
Puntos: 8
Respuesta: virtualenv y diferentes versiones de Python

Buenas tardes amigo, Instale NGINX y UWSGI pero no logro hacerlo funcionar.

He configurado el HOSTVIRTUAL en NGINX de esta manera:
Código:
server {
    listen       80 default_server;
    server_name  *.dominio.com;

    location / {
        root   /ruta/de/la/carpeta/dominio.com/httpdocs;
        include uwsgi_params;
        uwsgi_pass 127.0.0.1:3031;
    }

}
El UWSGI esta bajo un VIRTUALENV en el siguiente URL
/ruta/de/la/carpeta/dominio.com/httpdocs/menv/bin/uwsgi;

El dominio responde: 404 Not Found
__________________
Visitanos http://www.nestsystems.com.ve, mucho mas que solo paginas web.