2008/11/16 gert <[EMAIL PROTECTED]>: > > remember to hide all .pyc files, if there are located in a www > directory and you don't want to share your password with every > body :-) > > IndexIgnore .htaccess .??* *.pyc
Compiled Python files, ie., .pyo or .pyc, are not generated from mod_wsgi WSGI script files. If you put other Python code in document directories then yes they would need to be blocked, but you should not put any Python code except for WCGI script files in directories exposed via Apache as it is bad practice to do so. Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
