View | Details | Raw Unified | Return to bug 20582
Collapse All | Expand All

(-)a/etc/apache.conf (-1 / +18 lines)
Line 0 Link Here
0
- 
1
# This config file assume you are using starman with the app.psgi that can be
2
# found in the root directory of Koha, and that it listens on ports 5000-5001
3
4
<VirtualHost *:80>
5
    # CHANGEME
6
    ServerName intranet.koha-dev
7
8
    ProxyPass / http://127.0.0.1:5000/
9
    ProxyPassReverse / http://127.0.0.1:5000/
10
</VirtualHost>
11
12
<VirtualHost *:80>
13
    # CHANGEME
14
    ServerName opac.koha-dev
15
16
    ProxyPass / http://127.0.0.1:5001/
17
    ProxyPassReverse / http://127.0.0.1:5001/
18
</VirtualHost>

Return to bug 20582