On 23 February 2012 07:04, drkjam <[email protected]> wrote:
> Would it be possible to get hold of a sanitized version of the Apache config 
> running pypi.python.org, in particular the Apache mod_rewrite rules?

PyPI doesn't run behind Apache any more; Martin moved it to
nginx/uwsgi to address Apache performance issues we were running into.

There's only one rewrite in the current configuration for pypi.python.org:

        rewrite ^/$ $scheme://pypi.python.org/pypi redirect;

Was there something specific you wanted to know?


    Richard
_______________________________________________
Catalog-SIG mailing list
[email protected]
http://mail.python.org/mailman/listinfo/catalog-sig

Reply via email to