LoadModule proxy_module modules/mod_proxy.so #LoadModule proxy_balancer_module modules/mod_proxy_balancer.so LoadModule proxy_http_module modules/mod_proxy_http.so SSLProxyEngine On SSLProxyVerify none SSLProxyCheckPeerCN off SSLProxyCheckPeerName off SSLProxyCheckPeerExpire off ProxyPass "/MobileAPI/api/deviceservice/devices/registration" "https://192.168.1.70/MobileAPI/api/deviceservice/devices/registration" ProxyPassReverse "/MobileAPI/api/deviceservice/devices/registration" "https://192.168.1.70/MobileAPI/api/deviceservice/devices/registration" ProxyPass "/MobileAPI/api/companyservice/companys/diff" "https://192.168.1.70/MobileAPI/api/companyservice/companys/diff" ProxyPassReverse "/MobileAPI/api/companyservice/companys/diff" "https://192.168.1.70/MobileAPI/api/companyservice/companys/diff" ProxyPass "/MobileAPI/images" "https://192.168.1.70/MobileAPI/images" ProxyPassReverse "/MobileAPI/images" "https://192.168.1.70/MobileAPI/images" ProxyPass "/MobileAPI/api/util/version" "https://192.168.1.70/MobileAPI/api/util/version" ProxyPassReverse "/MobileAPI/api/util/version" "https://192.168.1.70/MobileAPI/api/util/version" ProxyPass "/MobileAPI/api/deviceservice/salt" "https://192.168.1.70/MobileAPI/api/deviceservice/salt" ProxyPassReverse "/MobileAPI/api/deviceservice/salt" "https://192.168.1.70/MobileAPI/api/deviceservice/salt" ProxyPass "/MobileAPI/api/deviceservice/deviceinfo" "https://192.168.1.70/MobileAPI/api/deviceservice/deviceinfo" ProxyPassReverse "/MobileAPI/api/deviceservice/deviceinfo" "https://192.168.1.70/MobileAPI/api/TokenAPI/api/deviceservice/deviceinfo"