This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
| cern:website [2020/05/13 12:20] – iwn | cern:website [2023/09/28 16:21] – [Setup index] iwn | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| The steps are basically: | The steps are basically: | ||
| - | - Create a ''/ | + | - Create a ''/ |
| - Promote it to a website via CERNBox and CERN Web services. | - Promote it to a website via CERNBox and CERN Web services. | ||
| - Configure access with '' | - Configure access with '' | ||
| Line 19: | Line 19: | ||
| SSLRequireSSL # The modules only work using HTTPS | SSLRequireSSL # The modules only work using HTTPS | ||
| - | AuthType | + | AuthType |
| - | ShibRequireSession On | + | Require valid-user |
| - | ShibRequireAll On | + | AuthType openid-connect |
| - | ShibExportAssertion Off | + | Require |
| - | Require valid-user | + | |
| - | Require | + | |
| Options +Indexes | Options +Indexes | ||
| Line 31: | Line 29: | ||
| Other AD FS groups can be found in CERN's [[https:// | Other AD FS groups can be found in CERN's [[https:// | ||
| - | + | ==== Setup index ==== | |
| - | ==== Setup indexing | + | |
| If you want to display documents and directories in a custom style (in particular plots), you can add an '' | If you want to display documents and directories in a custom style (in particular plots), you can add an '' | ||
| Line 58: | Line 55: | ||
| In this way '' | In this way '' | ||
| < | < | ||
| - | < | + | < |
| ForceType text/plain | ForceType text/plain | ||
| Header set Content-Type " | Header set Content-Type " | ||
| </ | </ | ||
| + | |||
| + | <Files *.rtf> | ||
| + | ForceType text/rtf | ||
| + | Header set Content-Type " | ||
| + | </ | ||
| </ | </ | ||