so how woud we start lightty and flup n fastcgi i use this script please see this django-fcgi.py --settings=my.settings --socket=/home/mark/tmp/main.socket --minspare=5 --maxspare=10 --maxchildren=100 --daemon
django-fcgi.py --settings=my.settings --socket=/home/mark/tmp/admin.socket --maxspare=2 --daemon >From django user: Ah, I see now. Hugo wrote his manual long time ago when admin was a separate web application, which should be launched independently from a main application. Hence myproject.settings.main and myproject.settings.admin. While it is clearly obsolete, the technicalities of working with lighttpd and fcgi are perfectly valid. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

