Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 1eb413f85ee6fb822bbb7eb4661e28df > files > 2

spacewalk-backend-iss-1.2.74-2.fc14.noarch.rpm

# ** DO NOT EDIT **
# Configuration for the /SAT handler
#

<IfModule mod_python.c>

<Location /SAT>
  SetHandler python-program
  # all of these handlers are defined in apacheServer
  PythonHeaderParserHandler spacewalk.server.apacheServer::HeaderParserHandler
  PythonHandler 			spacewalk.server.apacheServer::Handler
  PythonLogHandler 			spacewalk.server.apacheServer::LogHandler
  PythonCleanupHandler 		spacewalk.server.apacheServer::CleanupHandler
  PythonOption 	SERVER sat
  PythonOption RHNComponentType server.iss
  DefaultType text/xml
  ErrorDocument 403 "Error 403"
  ErrorDocument 404 "Error 404"
  ErrorDocument 500 "Error 500"
</Location>

</IfModule>