|
Lines 2-9
Link Here
|
| 2 |
|
2 |
|
| 3 |
# OPAC |
3 |
# OPAC |
| 4 |
<VirtualHost *:__OPACPORT__> |
4 |
<VirtualHost *:__OPACPORT__> |
|
|
5 |
Define instance "__KOHASITE__" |
| 5 |
Include /etc/koha/apache-shared.conf |
6 |
Include /etc/koha/apache-shared.conf |
| 6 |
# Include /etc/koha/apache-shared-disable.conf |
7 |
# Include /etc/koha/apache-shared-disable.conf |
|
|
8 |
# Include /etc/koha/apache-shared-opac-plack.conf |
| 7 |
Include /etc/koha/apache-shared-opac.conf |
9 |
Include /etc/koha/apache-shared-opac.conf |
| 8 |
|
10 |
|
| 9 |
ServerName __OPACSERVER__ |
11 |
ServerName __OPACSERVER__ |
|
Lines 19-26
Link Here
|
| 19 |
|
21 |
|
| 20 |
# Intranet |
22 |
# Intranet |
| 21 |
<VirtualHost *:__INTRAPORT__> |
23 |
<VirtualHost *:__INTRAPORT__> |
|
|
24 |
Define instance "__KOHASITE__" |
| 22 |
Include /etc/koha/apache-shared.conf |
25 |
Include /etc/koha/apache-shared.conf |
| 23 |
# Include /etc/koha/apache-shared-disable.conf |
26 |
# Include /etc/koha/apache-shared-disable.conf |
|
|
27 |
# Include /etc/koha/apache-shared-intranet-plack.conf |
| 24 |
Include /etc/koha/apache-shared-intranet.conf |
28 |
Include /etc/koha/apache-shared-intranet.conf |
| 25 |
|
29 |
|
| 26 |
ServerName __INTRASERVER__ |
30 |
ServerName __INTRASERVER__ |
| 27 |
- |
|
|