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