We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Apache documentation could potentially be updated for Websocket Upgrade (2.4.47 and later), also I have found that using Location (note the Overlapping Webspace documentation) seems to work best, for example:
<Location "/push/"> <IfModule proxy_module> ProxyPass "http://127.0.0.1:7867/" ProxyPassReverse "http://127.0.0.1:7867/" </IfModule> </Location> <Location "/push/ws"> <IfModule proxy_module> ProxyPass "ws://127.0.0.1:7867/ws" upgrade=websocket </IfModule> </Location>
The text was updated successfully, but these errors were encountered:
I couldn't establish the wss connection.
Sorry, something went wrong.
maybe, this is a solution: add this "RewriteCond %{REQUEST_URI} !^/push [NC]" in
No branches or pull requests
The Apache documentation could potentially be updated for Websocket Upgrade (2.4.47 and later), also I have found that using Location (note the Overlapping Webspace documentation) seems to work best, for example:
The text was updated successfully, but these errors were encountered: