DenkzeitWiki

Suchen:

Aktuelle Änderungen Printable View Änderungen Bearbeiten

EmacsTipsAndTricks > EmacsVsVi > Enamel > EnterpriseApplicationIntegration > EnterpriseGuerilla > ErichGamma > ErichGammaConversations > ErikNaggum > Erlang > ExceptionHandling > Exceptions > ExecutablePseudocode > ExplorativeProgramming > Hacking > ExtensibleStylesheetLanguage > ExtremeProgramming > FastCGIClear Trail
Main /

FastCGI

FastcgiOrModpython
PythonCGI

Flup
ModPython
WSGI

Django

Lighttpd




CGI vs. FastCGI


(dynamic) FastCGI on Apache


set-up dynamic FastCGI

trying to get something like Simpler Apache FCGI Django to work...

 <Directory /home/path/to/django.fcgi>
	Options +ExecCGI -Indexes
</Directory>
 [Mon Mar 12 23:12:33 2007] [warn] FastCGI: (dynamic) server "/home/.../django.fcgi" restarted (pid 27940)
ERROR: No module named flup
  Unable to load the flup package.  In order to run django
  as a FastCGI application, you will need to get flup from
  http://www.saddi.com/software/flup/   If you've already
  installed flup, then make sure you have it in your PYTHONPATH.
  • ahhh
  • adding Flup to sys.path helps
  • PYTHONPATH
    • Actually, modules are searched in the list of directories given by the variable sys.path which is initialized from the directory containing the input script (or the current directory), PYTHONPATH and the installation-dependent default. [2]





Edit - BackLinks - Tags - Page Hist - Print - Changes - Home - Orphans - Help

Zuletzt geändert am 23.01.2010 13:38 Uhr und seit 7. April 2005 1925 aufgerufen.