@@ -106,7 +106,7 @@ directory doesn't need to be inside the library's directory, making it easier to
106106to set this environment variable is to set it in your web server's configuration. See the next section for more
107107information.
108108
109- ## Configuring Apache
109+ ## Configuring Apache {#section_4}
110110
111111Examples below assume that SimpleSAMLphp is installed in the default location, ` /var/simplesamlphp ` . You may choose
112112another location, but this requires a path update in a few files. See Appendix _ Installing SimpleSAMLphp
@@ -139,7 +139,7 @@ Note the `Alias` directive, which gives control to SimpleSAMLphp for all urls ma
139139them are accessible through the ` public ` subdirectory of your SimpleSAMLphp installation. You can name the alias
140140whatever you want, but the name must be specified in the ` baseurlpath ` configuration option in the ` config.php ` file of
141141SimpleSAMLphp as described in
142- [ the section called “SimpleSAMLphp configuration: config.php”] ( #section_6 " SimpleSAMLphp configuration: config.php " ) .
142+ [ the section called “SimpleSAMLphp configuration: config.php”] ( #section_6 ) .
143143Here is an example of how this configuration may look like in ` config.php ` :
144144
145145``` php
@@ -201,7 +201,7 @@ server {
201201}
202202```
203203
204- ## SimpleSAMLphp configuration: config.php
204+ ## SimpleSAMLphp configuration: config.php {#section_6}
205205
206206There are a few steps that you should complete in the main configuration file, ` config.php ` , right away:
207207
@@ -371,7 +371,7 @@ The SimpleSAMLphp package contains one folder named `simplesamlphp-x.y.z` (where
371371this folder there are a lot of subfolders for library, metadata, configuration, etc. One of these folders is named
372372` public ` . ** Only this folder should be exposed on the web** . The recommended configuration is to put the whole
373373` simplesamlphp ` folder outside the web root, and then link to the ` public ` folder by using the ` Alias ` directive, as
374- described in [ the section called “Configuring Apache”] ( #section_4 " Configuring Apache " ) . This is not the only
374+ described in [ the section called “Configuring Apache”] ( #section_4 ) . This is not the only
375375possible way, though.
376376
377377As an example, let's see how you can install SimpleSAMLphp in your home directory on a shared hosting server.
0 commit comments