Apache and ProxyPass

Apache with https and ProxyPass

ProxyPass /w http://localhost:5678
ProxyPassReverse /w http://localhost:5678

unfortunately it doesn’t work, it shows me that it can’t call the resource like css and the javaScript files.

https://example.example.de/css/app.00cd97e2.css net::ERR_ABORTED 404 (Not Found)
https://example.example.de/css/chunk-vendors.1a944693.css net::ERR_ABORTED 404 (Not Found)
https://example.example.de/js/app.9290f259.js net::ERR_ABORTED 404 (Not Found)
https://example.example.de/js/chunk-vendors.5be847d4.js net::ERR_ABORTED 404 (Not Found)
https://example.example.de/fonts.css net::ERR_ABORTED 404 (Not Found)
https://example.example.de/js/app.9290f259.js net::ERR_ABORTED 404 (Not Found)

Hey @Niedersachsen!

Welcome to the community :sparkling_heart:

Can share some more details about your configuration? Unfortunately, I don’t have a lot of experience with Apache and ProxyPass. But hopefully, someone from the community can help :slight_smile: