Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > c30cbbe05f62eeb07abb20a7720ba5bf > files > 4

spacewalk-backend-package-push-server-1.2.74-2.fc14.noarch.rpm

# ** DO NOT EDIT **
# Configuration for the /PACKAGE-PUSH handler
#

<IfModule mod_python.c>

<Location /PACKAGE-PUSH>
  SetHandler python-program
  PythonHeaderParserHandler 	spacewalk.server.apacheUploadServer::HeaderParserHandler
  PythonHandler 		spacewalk.server.apacheUploadServer::Handler
  PythonLogHandler 		spacewalk.server.apacheUploadServer::LogHandler
  PythonCleanupHandler 		spacewalk.server.apacheUploadServer::CleanupHandler
  PythonOption RHNComponentType server.upload.package-push
  PythonOption SERVER package_push
  # We need a new interpreter than the main one, since we don't want to have
  # the requests mishandled
  PythonInterpreter             rhn.server.upload
  DefaultType text/xml
  ErrorDocument 403 "Error 403"
  ErrorDocument 404 "Error 404"
  ErrorDocument 500 "Error 500"
</Location>

</IfModule>