Recent content by Ruud Naastepad

  1. R

    SSL not working after install

    I got it working now, thanks.
  2. R

    subdomain not forwarded to correct virtual host

    I deleted the virtual host and set it up again. Works fine now, not sure really what I did wrong the first time...
  3. R

    subdomain not forwarded to correct virtual host

    That is the response from virtual host Example. VH WKB should return "WKB App".
  4. R

    subdomain not forwarded to correct virtual host

    Instead of showing the site that the subdomain is mapped to in the listener the general (fall-back) virtual hosts site is shown. I have the subdomain mapped to the virtual host for the default and defaultSSL listeners: I'm not sure about the URI in the virtual host context setting. I tried...
  5. R

    SSL not working after install

    I installed SSL for three virtual hosts on OLS, using method 3 from this instruction. Command run succesfully, reporting successfully received certificate, saved at... Also updated location of private key file and certificate file in SSL tab of each virtual host. See for instance here or here or...
  6. R

    file not found error on file upload on openlightspeed server on VPS (only)

    The webpage shows up fine, the issue is what happens when clicking the uploads button. 1. initial page: 2. after choosing file: 3. after clicking upload button: And looking into the payload, it shows that the filename was actually processed correctly, only not uploaded: Is that an...
  7. R

    file not found error on file upload on openlightspeed server on VPS (only)

    I have Javascript code for uploading a file, see codesandbox. The code works on localhost and on a codesandbox-server but not on a VPS at Hostinger, with OpenLightSpeed and Nodejs preinstalled. I CAN upload file to Hostinger VPS uploads folder if I use SSH to connect to the VPS and then run...
Top