code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| httpd_accel_uses_host_header on # added port 80 here to listen to port 80 (doH!) edited by sebas http_port 80 emulate_httpd_log on # use NCSA https style logfile # http_access allow all httpd_accel_host zopedev.dhs.org httpd_accel_host virtual httpd_accel_port 90 # port where Apache is running # added port 80 here to listen to port 80 (doH!) edited by sebas http_port 80 emulate_httpd_log on # use NCSA https style logfile # this line replaces 'http_access deny all' # http_access allow all httpd_accel_host zopedev-alpha.dhs.org httpd_accel_host virtual httpd_accel_port 8080 # port where Zope is running |
Dit zou imo alle requests voor http://zopedev.dhs.org naar de apache op port 90 laten verwijzen en alle requests http://zopedev-alpha.dhs.org naar de zope http server op 8080. Maar hij pakt alleen maar de tweede, dus alles wordt door zope geserveerd. Iemand misschien met een oplossing voor dit probleem?
[ SuSE 7.2, Squid 2.4 ]
Everyone complains of his memory, no one of his judgement.