|
Lines 13-20
Link Here
|
| 13 |
ScriptAlias /opac-search.pl "__OPAC_CGI_DIR__/opac/opac-search.pl" |
13 |
ScriptAlias /opac-search.pl "__OPAC_CGI_DIR__/opac/opac-search.pl" |
| 14 |
ScriptAlias /search "__OPAC_CGI_DIR__/opac/opac-search.pl" |
14 |
ScriptAlias /search "__OPAC_CGI_DIR__/opac/opac-search.pl" |
| 15 |
ErrorLog __LOG_DIR__/koha-opac-error_log |
15 |
ErrorLog __LOG_DIR__/koha-opac-error_log |
| 16 |
# CustomLog __LOG_DIR__/koha-opac-access_log combined |
16 |
# CustomLog __LOG_DIR__/koha-opac-access.log combined |
| 17 |
# TransferLog __LOG_DIR__/koha-opac-access_log |
17 |
# TransferLog __LOG_DIR__/koha-opac-access.log |
| 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 |
SetEnv MEMCACHED_SERVERS "__MEMCACHED_SERVERS__" |
20 |
SetEnv MEMCACHED_SERVERS "__MEMCACHED_SERVERS__" |
|
Lines 106-112
Link Here
|
| 106 |
ScriptAlias /index.html "__INTRANET_CGI_DIR__/mainpage.pl" |
106 |
ScriptAlias /index.html "__INTRANET_CGI_DIR__/mainpage.pl" |
| 107 |
ScriptAlias /search "__INTRANET_CGI_DIR__/search.pl" |
107 |
ScriptAlias /search "__INTRANET_CGI_DIR__/search.pl" |
| 108 |
ErrorLog __LOG_DIR__/koha-error_log |
108 |
ErrorLog __LOG_DIR__/koha-error_log |
| 109 |
# TransferLog __LOG_DIR__/koha-access_log |
109 |
# TransferLog __LOG_DIR__/koha-access.log |
| 110 |
SetEnv KOHA_CONF "__KOHA_CONF_DIR__/koha-conf.xml" |
110 |
SetEnv KOHA_CONF "__KOHA_CONF_DIR__/koha-conf.xml" |
| 111 |
SetEnv PERL5LIB "__PERL_MODULE_DIR__" |
111 |
SetEnv PERL5LIB "__PERL_MODULE_DIR__" |
| 112 |
SetEnv MEMCACHED_SERVERS "__MEMCACHED_SERVERS__" |
112 |
SetEnv MEMCACHED_SERVERS "__MEMCACHED_SERVERS__" |
| 113 |
- |
|
|