Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes
Hi,

I need help configuring reverse proxy for Apache2, can someone share working config?

https://qa.h-mdm.com/11661/how-to-use-headwind-mdm-with-nginx I tried this link it seems the config is for previous version of apache/nginx.

Here my bare config

ServerName hmdm.example.net

SSLEngine On

SSLCertificateFile /root/.acme.sh/hmdm.example.net/hmdm.example.net.cer SSLCertificateKeyFile /root/.acme.sh/hmdm.example.net/hmdm.example.net.key SSLCertificateChainFile /root/.acme.sh/hmdm.example.net/fullchain.cer

ProxyPass / http://localhost:8080/

ProxyPassReverse / http://localhost:8080/

ErrorLog ${APACHE_LOG_DIR}/error.log

CustomLog ${APACHE_LOG_DIR}/access.log combined
by (120 points)
What is the issue you're experiencing? Your config seem to be correct. Make sure the SSL credentials (certificates, private key) are correctly set up and accessible to the Apache user.

Please log in or register to answer this question.

...