* Marc Aymerich <[email protected]> [130303 14:17]: > On Sun, Mar 3, 2013 at 5:33 PM, Tim Johnson <[email protected]> wrote: > > Clearly, a red herring, and clearly django could do better with > > documentation and support for shared servers. > > (very frustrated) Drupal makes it so.... easy! No excuses now, > > with the talent in the django, it is doable. > > I may check back in a few days after I cool down, in the meantime, > > I know how to integrate my python own framework with drupal. > > > https://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/#running-django-on-a-shared-hosting-provider-with-apache Addendum : Please see the following : http://lb.tj49.com/cgi-bin/test0/index.fcgi http://lb.tj49.com/cgi-bin/test0 http://lb.tj49.com/test0/index.fcgi http://lb.tj49.com/test0/
The following .htaccess is at http://lb.tj49.com/cgi-bin/test0 and http://lb.tj49.com/test0/ [code] AddHandler fastcgi-script .fcgi RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.fcgi/$1 [QSA,L] [/code] That is verbatim from > https://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/#running-django-on-a-shared-hosting-provider-with-apache Only change is name of index. I hope that more suggestions are forthcoming. thank you -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

