Hi,
I'm running apache 2.2.3 and mod_wsgi in daemon mode. Sometimes I get
in access_log some path (as requested from browser), but application
in environ receives completely different PATH_INFO (which is also
valid in this app). There aren't any other modules or rewrite rules.
Configuration:
<VirtualHost ...>
WSGIDaemonProcess example display-name=%{GROUP} user=example
group=example processes=4
threads=1
WSGIProcessGroup example
WSGIScriptAlias / /some/path/example.wsgi
</VirtualHost>
Do you have any idea, what could it be?
--
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.