On 2 June 2010 13:35, viper <[email protected]> wrote: > I'm running mod_wsgi under my virtual server provider (VSP), running > apache2 and python 2.6.2. Everything was installed (apache2, > mod_python and python) via my package-manager (apt-get.) My VSP runs > everything over ipv6 to ipv4. Running 'ab' against my server locally > (via shell) apache2 [mod_wsgi app] responds very quickly. However, > if I run 'ab' against my server from a remote shell, the website > responds very slowly. I ruled out 'iptables'. > > My question is (and perhaps if it pertains only to apache2 or python, > please feel free to post): >>>> Do I need to do or install anything to support ip6? Or, is this not an >>>> issue and I need to look elsewhere?
Run your test against a static file served by Apache and you will likely find the same thing. This isn't going to be mod_wsgi specific as Apache handles all connections from clients. Not sure I can really help on his one. BTW, is normal access with a browser okay and have you tried a test tool other than 'ab'. The 'ab' test tool isn't always the best and may itself have issues. 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. > > -- 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.
