Ask our Experts
Didn't find what you are looking for? Ask our experts!
Launch of Consumer/Home Owner registration process! We are pleased to announce the commencement of the Consumer/Home Owner Registration Process on Community. Consumers/Home Owners may now proceed to register by clicking on Login/Register. The process is straightforward and designed to be completed in just a few steps.
Schneider, APC support forum to share knowledge about installation and configuration for Data Center and Business Power UPSs, Accessories, Software, Services.
Search in
Free
EnglishStrengthen your foundational knowledge in Data Centers for free, enroll in this path today and start your learning journey!
Posted: 2022-11-23 07:01 AM
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-11-23 07:01 AM
Hi,
We have un Building Operation Webstation 3.2.3 installed on windows server.
In our IT we need to pass through an Apache reverse proxy.
But we can't login in the interface when we use the fqdn. We can log in with the ip address in local network.
Are we need a specific configuration for the reverse proxy ?
<VirtualHost "*:80">
ServerName foo.bar.pro
Redirect permanent / https://foo.bar.pro
</VirtualHost>
<VirtualHost "*:443">
ServerName foo.bar.pro
SSLEngine On
SSLCertificateFile /etc/ssl/certs/foo.bar.pro.pem
SSLCertificateKeyFile /etc/ssl/private/foo.bar.pro.key
SSLCertificateChainFile /etc/ssl/certs/RSA_Organization_Validation_Secure_Server_CA.pem
SSLProxyEngine on
SSLProxyVerify none
SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
SSLProxyCheckPeerExpire off
SSLVerifyClient none
ProxyPass / https://10.0.0.10/
ProxyPassReverse / https://10.0.0.10/
ProxyPreserveHost on
ProxyRequests off
</VirtualHost>
Thanks for your advise.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
You’ve reached the end of your document
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.