[Pulp-list] http directories and links

Jeff Ortel jortel at redhat.com
Mon Oct 25 22:09:25 UTC 2010


All,

Relinking /var/www/pub
from:
   /var/lib/pulp
to:
   /var/lib/pulp/published

Broke the GPG keys stuff because /var/lib/pulp/gpg had links into /var/lib/pulp/repos. 
The fix is to move the GPG links to be under /var/lib/pulp/published so apache would serve 
them.  But, this opens the door for name conflicts with a repo named 'gpg'.  So, now the 
directories look like this:

/var/lib/published/
    repos/
    gpg/

I updated the etc/httpd/conf.d/pulp.conf as needed and paths in:
   src/pulp/server/util.py
   src/pulp/server/api/repo.py

/var/lib/pulp (and mongo) need to be cleaned out.

Regards,

Jeff





More information about the Pulp-list mailing list