This extra apache config that you sent me is needed for that to work. I'll update the cheeseshop dev wiki a little with the missing bits when I've got it all working.
Cheers, # Redirect RSS to a static file Alias /pypi/?:action=rss /pathto/pypi_rss.xml AddHandler cgi-script .cgi <Directory /pathto/data/packages/> Options Indexes </Directory> # Rewrite rules RewriteEngine on # Point to package directory RewriteRule /packages(/.*)?$ /data/packages$1 [last] RewriteRule /icons/(.*$) /usr/share/apache2/icons/$1 [last] RedirectMatch permanent ^/$ "http://cheeseshop.python.org/pypi" On 6/27/07, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > It looks like the package pages aren't working. Maybe because a path > > is wrong somewhere, or rewrite rules are missing. > > The path_info that mod_python provides must be incorrect. Apparently, > for your URL, it is /pypi, when it should be an empty string. This > causes pypi to render its own package registration, rather than > the home page. > > Regards, > Martin > _______________________________________________ Catalog-SIG mailing list Catalog-SIG@python.org http://mail.python.org/mailman/listinfo/catalog-sig