Matthew Broadhead
Matthew Broadhead
I haven't tested it but that is how Apache recommends redirecting to HTTPS. I assumed it would redirect anything above the root. Have you checked? Otherwise I will test tomorrow...
I have tested `Redirect "/" "https://www.example.com/"` on virtualbox and it works perfectly well. it does not redirect to the root. i tested with - example.com/index.html - example.com/test.html - example.com/subdir/test.html and...
MB do you use CentOS 7 though? because you have 2 reporters saying that Listen 443 is already defined in ssl.conf on that platform. so there isn't a need to...
ok i see the line in the tutorial. i did look at those tutorials but do not remember seeing a line saying to remove Listen 443. shouldn't SSL be configured...
sentora should then require that mod_ssl and openssl be required packages at installation? could it automatically generate a certificate for the control panel? or would that require asking for lets...
I am getting clamd sticking on high cpu after recent image upgrade
@DamiToma The problem was on the server side. It wasn't correctly handling the ping pong. Eventually I moved to graphql subscriptions. So I didn't need to manually configure websockets any...
@DamiToma The server code is something like this where it keeps a heartbeat unless the socket is closed ```js function heartbeat() { this.isAlive = true; } function initialiseWebsocket(name) { const...
Is there also a `url.lookup` method? In AWS when a service is recreated the SRV and A record may change when using `bridge` mode. With service discovery if I create...
I use TomEE 7.0.2 with OpenJDK 1.8.0 on CentOS. TomEE is a packaging of the various EE libraries into a Tomcat installation. People should be upgrading to the new stuff...