Note that there are some explanatory texts on larger screens.

plurals
  1. USGraham Dumpleton
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThe tutorial copied it from 'http://code.google.com/p/modwsgi/wiki/ConfigurationGuidelines#Hosting_Of_Static_Files' then. My concern is that configuration is pushing stuff to root of site for something that is at a sub URL. Yes that is what the original example was doing, but do you really want that? Do what want favicon.ico and robots.txt to come from that specific sub URL site? Do you want CSS files to be pushed to root? Because Alias/AliasMatch take precedence over WSGIScriptAlias, you can prefix LHS with '/tech_eval'. Just change Django settings for media URL root.
      singulars
    2. COIt isn't as simple as what the "important note" section said and by itself the configuration they describe shouldn't cause a problem. So, I would actually disagree with their specific example. I would suggest you read 'http://code.google.com/p/modwsgi/wiki/IntegrationWithTrac' and 'http://code.google.com/p/modwsgi/wiki/ApplicationIssues#Application_Environment_Variables'. The latter describes the problem of using os.environ. For Trac though should only be an issue where mixing TRAC_ENV and TRAC_ENV_PARENT_DIR. Short answer to avoid problems is used mod_wsgi daemon mode as shown in first link.
      singulars
    3. COThe Python WEB-SIG may well keep arguing about this, but both mod_wsgi and CherryPy WSGI server are going to release for Python 3.X using what has become defacto standard for WSGI on Python 3.X. The wsgiref module in Python 3.X is also using the same thing and thus why in part is now defacto standard. See 'http://code.google.com/p/modwsgi/wiki/SupportForPython3X'.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload