|
Lines 18-23
Link Here
|
| 18 |
SetEnv KOHA_CONF "__KOHA_CONF_DIR__/koha-conf.xml" |
18 |
SetEnv KOHA_CONF "__KOHA_CONF_DIR__/koha-conf.xml" |
| 19 |
SetEnv PERL5LIB "__PERL_MODULE_DIR__" |
19 |
SetEnv PERL5LIB "__PERL_MODULE_DIR__" |
| 20 |
|
20 |
|
|
|
21 |
#Apache2.4 by default denies any access anywhere. Grant access to the Koha-directory |
| 22 |
<Directory __PERL_MODULE_DIR__> |
| 23 |
Options Indexes FollowSymLinks |
| 24 |
AllowOverride None |
| 25 |
Require all granted |
| 26 |
</Directory> |
| 27 |
|
| 21 |
# This syntax allows you to override a system preference |
28 |
# This syntax allows you to override a system preference |
| 22 |
# for a given virtual host. Use with caution! |
29 |
# for a given virtual host. Use with caution! |
| 23 |
# You should add all the system preferences you override |
30 |
# You should add all the system preferences you override |
|
Lines 145-150
Link Here
|
| 145 |
SetEnv PERL5LIB "__PERL_MODULE_DIR__" |
152 |
SetEnv PERL5LIB "__PERL_MODULE_DIR__" |
| 146 |
Options +FollowSymLinks |
153 |
Options +FollowSymLinks |
| 147 |
|
154 |
|
|
|
155 |
#Apache2.4 by default denies any access anywhere. Grant access to the Koha-directory |
| 156 |
<Directory __PERL_MODULE_DIR__> |
| 157 |
Options Indexes FollowSymLinks |
| 158 |
AllowOverride None |
| 159 |
Require all granted |
| 160 |
</Directory> |
| 161 |
|
| 148 |
# If you are overriding any system preferences, |
162 |
# If you are overriding any system preferences, |
| 149 |
# list them in this variable so the preference editor |
163 |
# list them in this variable so the preference editor |
| 150 |
# knows that they have been overridden. |
164 |
# knows that they have been overridden. |
| 151 |
- |
|
|