

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
28 messages in ru.sysoev.nginxRe: [wsgi] Python interpreter initial...| From | Sent On | Attachments |
|---|---|---|
| Manlio Perillo | Aug 20, 2007 3:15 am | |
| Igor Sysoev | Aug 20, 2007 3:28 am | |
| Igor Sysoev | Aug 20, 2007 3:41 am | |
| Igor Sysoev | Aug 20, 2007 3:45 am | |
| Manlio Perillo | Aug 20, 2007 3:50 am | |
| Manlio Perillo | Aug 20, 2007 3:57 am | |
| Igor Sysoev | Aug 20, 2007 6:17 am | |
| Manlio Perillo | Aug 20, 2007 6:35 am | |
| Manlio Perillo | Aug 20, 2007 1:16 pm | |
| Rui Lopes | Aug 20, 2007 1:35 pm | |
| Aleksandar Lazic | Aug 20, 2007 1:52 pm | |
| Manlio Perillo | Aug 20, 2007 1:55 pm | |
| Cliff Wells | Aug 20, 2007 4:22 pm | |
| Manlio Perillo | Aug 21, 2007 12:17 am | |
| Manlio Perillo | Aug 21, 2007 12:19 am | |
| Aleksandar Lazic | Aug 21, 2007 12:56 am | |
| Aleksandar Lazic | Aug 21, 2007 12:58 am | |
| Aleksandar Lazic | Aug 21, 2007 1:00 am | |
| Manlio Perillo | Aug 21, 2007 1:04 am | |
| Manlio Perillo | Aug 21, 2007 4:51 am | |
| Aleksandar Lazic | Aug 21, 2007 6:26 am | |
| marc...@public.gmane.org | Aug 21, 2007 6:26 am | |
| Aleksandar Lazic | Aug 21, 2007 6:34 am | |
| Manlio Perillo | Aug 21, 2007 6:35 am | |
| Kiril Angov | Aug 21, 2007 6:59 am | |
| Manlio Perillo | Aug 21, 2007 7:09 am | |
| Aleksandar Lazic | Aug 21, 2007 7:17 am | |
| Cliff Wells | Aug 21, 2007 11:01 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | Re: [wsgi] Python interpreter initialization | Actions... |
|---|---|---|
| From: | Kiril Angov (kupo...@public.gmane.org) | |
| Date: | Aug 21, 2007 6:59:08 am | |
| List: | ru.sysoev.nginx | |
Manlio Perillo wrote:
Rui Lopes ha scritto:
Hello Manlio,
Manlio Perillo wrote:
Manlio Perillo ha scritto:
Hi.
I need some help for the development of mod_wsgi.
For people interested: I have cloned my local Mercurial repository on an external server: http://hg.mperillo.ath.cx/
Cool. I'll definitely keep this on my radar. Thanks Manlio!
The web interface of Mercurial has a nice RSS feed!
BTW, I've noticed you've managed to setup the Mercurial repository behind nginx, can you share the recipe?
I have asked for advices on the Mercurial mailing list. Here is my nginx configuration:
server { listen 80; server_name hg.mperillo.ath.cx;
access_log /var/log/nginx/hg.mperillo.ath.cx.access.log;
location / { fastcgi_pass 127.0.0.1:xxxx;
include /etc/nginx/fastcgi_params; fastcgi_param PATH_INFO $uri; } }
I have created a directory on the server, and inside this directory I have copied the hgwebdir.fcgi script from Mercurial contrib directory.
To run this script into a stand alone server, I have used spawn-fcgi from lighttpd:
spawn-fcgi -f ./hgwebdir.fcgi -a 127.0.0.1 -p xxxx -P hgwebdir.pid
I'm using the latest Mercurial version.
I have cloned my local repository with a simple: hg clone . ssh://hg.mperillo.ath.cx:xxxx/projects/hg/nginx/mod_wsgi/
Regards Manlio Perillo
By the way, why did you choose Mercurial over Svn, for example?







