• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Apache websocke proxyPass failed

hechmi2chelbi

New Pleskian
Bonjour je fais la configuration d'un proxyPass websocket et apache 2 sur Plesk, la configuration ça-marche bien, puis il tombe banne à cause d'une mise à jour auto de Plesk, je pense lie à la version d'apache, car le Plesk il fait la mise à jour d'apache vers 2.4.4
quelqu'un m'aide de ressoudé ce problème svp, pour récupérer la bonne version d'apache ou faire une restauration de Plesk

Directives supplémentaires pour HTTP :
SSLProxyEngine On
ProxyPreserveHost On
ProxyRequests Off
ProxyPass /wss/ ws://127.0.0.1:3000/

Directives supplémentaires pour HTTPS :
SSLProxyEngine On
ProxyPreserveHost On
ProxyRequests Off
ProxyPass /wss/ ws://127.0.0.1:3000/
 

Attachments

  • Screenshot_2.jpg
    Screenshot_2.jpg
    125.2 KB · Views: 5
Please use the default language of this forum - English.
Thanks.
 
Hello, I am configuring a proxyPass websocket and apache 2 on Plesk, the configuration works well, then it fails because of an auto update of Plesk, I think it is linked to the version of apache, because the Plesk it does the apache update to 2.4.4
someone help me solve this problem please, to get the right version of apache or restore Plesk

Directives supplémentaires pour HTTP :
SSLProxyEngine On
ProxyPreserveHost On
ProxyRequests Off
ProxyPass /wss/ ws://127.0.0.1:3000/

Directives supplémentaires pour HTTPS :
SSLProxyEngine On
ProxyPreserveHost On
ProxyRequests Off
ProxyPass /wss/ ws://127.0.0.1:3000/
 
Back
Top