Search results

  1. J

    AWS Loadbalancer infront of OLS + Wordpress

    This can be closed. I fixed it by fixing the healthcheck lol. Thanks for all the great help!
  2. J

    AWS Loadbalancer infront of OLS + Wordpress

    OLS port is 5848 btw, my apologises
  3. J

    AWS Loadbalancer infront of OLS + Wordpress

    I've added an AWS listener for HTTPS:5848. But my guess is that it doesn't route correctly to 5848
  4. J

    AWS Loadbalancer infront of OLS + Wordpress

    Any idea how it works for ALB + OLS portal? OLS Portal is hosted on 5458. Using ` telnet <domainname>.com 5848 ` does seems to work. Only on the webbrowser, it's probably not redirecting correctly.
  5. J

    AWS Loadbalancer infront of OLS + Wordpress

    I guess I would say... it's alive :)
  6. J

    AWS Loadbalancer infront of OLS + Wordpress

    [root@rmasearchfirm ~]# curl localhost/healthcheck.php OK: Looks like this is routing correctly on the machine!
  7. J

    AWS Loadbalancer infront of OLS + Wordpress

    Are there some documentation how I can do this? Or maybe some tips from you?
  8. J

    AWS Loadbalancer infront of OLS + Wordpress

    I think this is also the reason why my AWS ELB/Target Group healthcheck isn't working... because also there it says '404'.
  9. J

    AWS Loadbalancer infront of OLS + Wordpress

    On the webserver it self, when i ` curl <placeholder>.com/healthcheck.php ` i receive an a-OK. So that seems to work and your theory is correct.
  10. J

    AWS Loadbalancer infront of OLS + Wordpress

    Correct, when I login to the machine and do a ` curl localhost/healthcheck.php `, i receive a 404 not found. When i use a web browser and i browse to ` <placeholder>.com/healthcheck.php `, I receive an a-OK
  11. J

    AWS Loadbalancer infront of OLS + Wordpress

    Still receive 404 not found. When i browse to the website <placeholder>.com/healthcheck.php I do receive an OK (which is the response of my simple healthcheck)
  12. J

    AWS Loadbalancer infront of OLS + Wordpress

    Removing `RewriteCond %{REQUEST_URI} !^/healthcheck\.php$` ?
  13. J

    AWS Loadbalancer infront of OLS + Wordpress

    Hi, I am a complete noob with OLS and I've facing some challenges. OLS is currently hosted on an EC2, also Wordpress has been installed. I would like to implement AWS Elastic Load Balancer in front of the webserver. I've checked /usr/local/lsws/conf/httpd_config.conf to see which virtualHosts...
Top