NOTICE: All information contained herein is, and remains
the property of TechnoCore.
The intellectual and technical concepts contained
herein are proprietary to TechnoCore and dissemination of this information or reproduction of this material
is strictly forbidden unless prior written permission is obtained
from TechnoCore.
Patches needed for apache balancer proxy
<Proxy "balancer://go/">
BalancerMember "http://localhost:9400/go" route=route2 loadfactor=1
</Proxy>
<Proxy "balancer://qr/">
BalancerMember "http://localhost:9400/qr" route=route2 loadfactor=1
</Proxy>
And map
ProxyPass /go/ "balancer://go/"
ProxyPassReverse /go/ "balancer://go/"
ProxyPass /g/ "balancer://go/"
ProxyPassReverse /g/ "balancer://go/"
ProxyPass /map/ "balancer://go/"
ProxyPassReverse /map/ "balancer://go/"
ProxyPass /qr/ "balancer://qr/"
ProxyPassReverse /qr/ "balancer://qr/"
Possible QR url - this will display the QR that relates to a map
http://{ip_addr}/qr/
cythonize -3 -a -i WebPageGo.py
Compiling /home/axion/projects/axion/factory.pages/WebPageGo.py because it changed..[1/1] Cythonizing /home/axion/projects/axion/factory.pages/WebPageGo.py
Updated : 2025-10-02