On Fri, Feb 17, 2012 at 02:13:29PM +0100, Andreas Rogge wrote: > Am 17.02.2012 13:53, schrieb James Slagle: > >Do you see any errors in the apache logs? > > > >/var/log/httpd/error_log > just the usual startup/shutdown messages plus this one: > "mod_python: Creating 4 session mutexes based on 256 max processes > and 0 max threads." > Which looks like something from WSGI.
mod_wsgi does not work well if installed alongside mod_python. Can you erase mod_python (rpm -e mod_python) and then restart the pulp-server service and see if that helps? We probably need to add this data to our setup guide, I will do that. -- -- James Slagle -- _______________________________________________ Pulp-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-list
