Skip to content

Commit

Permalink
Merge pull request #1215 from ellert/no-version-in-cfg
Browse files Browse the repository at this point in the history
No version in cfg
  • Loading branch information
abh3 committed Jun 16, 2020
2 parents fe9a9be + 346fc32 commit 7eb908a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packaging/common/xrootd-filecache-clustered.cfg
Expand Up @@ -67,7 +67,7 @@ all.role server
# For xrootd, load the proxy plugin and the disk caching plugin.
#
ofs.osslib libXrdPss.so
pss.cachelib libXrdPfc.so
pss.cachelib default

# The server needs to write to disk, stage not relevant
#
Expand Down
2 changes: 1 addition & 1 deletion packaging/common/xrootd-filecache-standalone.cfg
Expand Up @@ -20,7 +20,7 @@ all.export /test/
# Load the proxy plugin and the disk caching plugin.
#
ofs.osslib libXrdPss.so
pss.cachelib libXrdPfc.so
pss.cachelib default

# Tell the proxy where the data is coming from (arbitrary).
#
Expand Down
2 changes: 1 addition & 1 deletion packaging/common/xrootd-http.cfg
Expand Up @@ -33,7 +33,7 @@ all.pidpath /var/run/xrootd
# In order to start the xrdhttp.socket run:
# systemctl start xrdhttp@http.socket
#
xrd.protocol XrdHttp:80 /usr/lib64/libXrdHttp-4.so
xrd.protocol XrdHttp:80 /usr/lib64/libXrdHttp.so
# More configuration files can be added in /etc/xrootd/config.d/
# For example /etc/xrootd/config.d/10-mygrid.cfg and
# /etc/xrootd/config.d/98-mysite-specifics.cfg
Expand Down
2 changes: 1 addition & 1 deletion src/XrdHttp/xrootd-http-rdr.cf
Expand Up @@ -5,7 +5,7 @@


if exec xrootd
xrd.protocol XrdHttp /usr/lib64/libXrdHttp.so.1
xrd.protocol XrdHttp /usr/lib64/libXrdHttp.so
fi

# Regular SSL stuff ... adjust as needed
Expand Down
4 changes: 2 additions & 2 deletions src/XrdHttp/xrootd-http.cf
Expand Up @@ -7,15 +7,15 @@


if exec xrootd
xrd.protocol XrdHttp /usr/local/lib/libXrdHttp-4.so
xrd.protocol XrdHttp /usr/lib64/libXrdHttp.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.gridmap /etc/grid-security/mapfile
#http.secxtractor /usr/lib64/libXrdHttpVOMS-4.so
#http.secxtractor /usr/lib64/libXrdHttpVOMS.so
#http.selfhttps2http yes

# As an example of preloading files, let's preload in memory
Expand Down

0 comments on commit 7eb908a

Please sign in to comment.