Skip to content

Commit

Permalink
Better comments in the sample config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio Furano committed Dec 16, 2013
1 parent faf4bb9 commit df65e44
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 25 deletions.
13 changes: 11 additions & 2 deletions src/XrdHTTP/xrootd-http-rdr.cf
Expand Up @@ -41,10 +41,10 @@ http.selfhttps2http no
# as the xrootd clustering does not really provide listings as a functionality.
# Alternatively, we may want to redirect to some other host that
# will provide the client with the listing it requires
# For example we may want to redirect towards an UGR, which uses the same
# For example we may want to redirect towards an UGR server, which uses the same
# xrootd servers to set up a Dynamic Federation
http.listingdeny no
#http.listingredir http://mynewhostwhichprovideslistings:80/
#http.listingredir http://my_newhost_which_provides_listings_for_thiscluster:80/


# Set to yes if this server will serve the embedded css and logo directly from
Expand All @@ -54,5 +54,14 @@ http.listingdeny no
# into a directory that is reachable with the path /static/
http.embeddedstatic yes


# Load a SecXtractor library, whose responsibility is to fill the internal XrdSec environment
# that is associated to a client. The typical usage is to extract additional information
# from the VOMS extensions of a client proxy certificate. For doing this you have to
# load the SecXtractor library that knows about VOMS, not included in the xrootd source tree.
#http.secxtractor /home/furano/Park/xrootd/xrootd_trunk2/xrootd/build/src/XrdHTTP/libXrdHttpVOMS.so


all.role manager
all.manager pcitgt02:1213

20 changes: 0 additions & 20 deletions src/XrdHTTP/xrootd-http-rdr_cmsd.cf

This file was deleted.

6 changes: 3 additions & 3 deletions src/XrdHTTP/xrootd-http.cf
@@ -1,20 +1,20 @@

#
# Load the HTTP protocol plugin. For explanations, please have a look
# An example config file that loads the HTTP protocol plugin in a data server.
# For explanations, please have a look
# at the config file for the redirector
#


if exec xrootd
xrd.protocol XrdHttp /home/furano/Park/xrootd/xrootd_trunk2/xrootd/build/src/XrdHTTP/libXrdHttp.so
#xrd.protocol XrdHttp:8080 /home/furano/Park/xrootd/xrootd-http_SVN/trunk/build/test/libmyprotocol.so
fi

http.cert /etc/grid-security/hostcert.pem
http.key /etc/grid-security/hostkey.pem
http.cadir /etc/grid-security/certificates
#http.secretkey CHANGEME
http.secxtractor /home/furano/Park/xrootd/xrootd_trunk2/xrootd/build/src/XrdHTTP/libXrdHttpVOMS.so
#http.secxtractor /home/furano/Park/xrootd/xrootd_trunk2/xrootd/build/src/XrdHTTP/libXrdHttpVOMS.so

all.role server
all.manager pcitgt02.cern.ch:1213
Expand Down

0 comments on commit df65e44

Please sign in to comment.