Run using: #!/bin/bash exec “/opt/homebrew/Cellar/jmeter/5.6.2/libexec/bin/jmeter” “$@” Source: https://github.com/apache/jmeter/issues/6083#issuecomment-1752536209
UnhandledPromiseRejectionWarning: MongooseServerSelectionError: connect ECONNREFUSED ip:27017 solution: service mongod start verify: service mongod status
<VirtualHost *:80> ProxyPreserveHost On ProxyPass / http://127.0.0.1:8080/ ProxyPassReverse / http://127.0.0.1:8080/ </VirtualHost> ssh -R 8080:localhost:3000 [email protected]
1- Go to services. 2- Configure website / configure SSL website 3- Choose Edit Directives. 4- Add this code (usually after closing the Directory tag) RewriteEngine on RewriteCond %{HTTP_HOST} =[domain]/[location] RewriteRule ^(?!/.well-known)(.*) [your-website]:[your-port][R] ProxyPass [proxy-url] [your-website]:[your-port] ProxyPassReverse [proxy-url] [your-website]:[your-port]