Search results

  1. M

    Ok, so how put django to work? I try early info.

    No understand. I must map ALL the urls? Included the managed by django itself? I have dozens of that! I'm thinking in use litespeed for a medium size community/social site.
  2. M

    Ok, so how put django to work? I try early info.

    Almost there! Ok, you put me in the right track. I change to the harcode python path and work ok (I have python2.4/2.5 both installed, so that must be). Also, I change the command, so is now: /opt/local/bin/python2.4 /home/d9a402a6/jhonWeb/paradondevamos/manage.py runfcgi...
  3. M

    Ok, so how put django to work? I try early info.

    I try with this test script: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:python_fcgi But now I get: execle() failed with errno=2, when try to start Fast CGI application: /home/d9a402a6/jhonWeb/paradondevamos/demoapp.py! But the file is there. Also, the...
  4. M

    Ok, so how put django to work? I try early info.

    That not work I find this command for solaris: ls -l and get for all files on my dir: -rw-r--r-- 1 www www 408 Feb 15 21:48 django-fcgi.py So I confirm all files are set to www.
  5. M

    Ok, so how put django to work? I try early info.

    I have nothing in limits. I'm on solaris, when I run this: sudo -s www /home/d9a402a6/jhonWeb/paradondevamos/django-fcgi.py I get: www: No such file or directory -s is not found. I run chown -R www:www jhonWeb (jhonWeb is the parent directory) and using my sftp client see is...
  6. M

    Ok, so how put django to work? I try early info.

    Also, I get suere the django-fcgy was set to 755 and the owner was www:www the same of the webserver. This is running on Joyent accelerator
  7. M

    Ok, so how put django to work? I try early info.

    I have the most recent trunk of django. I read the info on this forum and of the wiki. However, I keep getting 503 Service Unavailable And this is the error: 2008-02-15 21:51:21.670 ERROR execle() failed with errno=13, when try to start Fast CGI application...
Top