Recent content by timnolte

  1. timnolte

    How do I set a DNS of the dashboard in docker with traefik?

    @mneumann OK, just checked and the admin console logs are stored in /usr/local/lsws/admin/logs/ so if you want to retain those logs between container rebuilds you'll want to map that path like you are with the vhost logs.
  2. timnolte

    How do I set a DNS of the dashboard in docker with traefik?

    @mneumann seems like traefik isn't proxying to console port properly, like it's completely dropping the 7080 port and just sending traffic to the standard port. I seem to recall there isn't a default valid site running by default with the image and it will return a 404 if you don't have a vhost...
  3. timnolte

    How do I set a DNS of the dashboard in docker with traefik?

    @mneumann so you mapped the OLS logs in your traefik configuration: - /root/ah/logs:/usr/local/lsws/logs/
  4. timnolte

    How do I set a DNS of the dashboard in docker with traefik?

    @mneumann hmm, it sure seems like perhaps your traefik configuration is not right. If you are receiving an OLS 404 when attempting to use the proxy address that should be forwarding to the console 7080 port, but when exposing it directly it's working that sure seems to me like a traefik issue...
  5. timnolte

    How do I set a DNS of the dashboard in docker with traefik?

    @mneumann I'm not quite sure why you are getting a 404 when you are attempting to proxy the OLS console. I am currently running the OLS arm Docker image behind an Nginx proxy, though I am also running the Nginx proxy via Docker as well and I'm connecting the Nginx proxy to the OLS 7080 port via...
  6. timnolte

    How to create new virtual host from command line?

    @ckissi did you get something working? I have a new OLS setup using Docker and I'm sort of looking for a way to script out adding new sites without having to use the web console as well.
  7. timnolte

    I am trying to install OLS on ARM64

    For anyone interested in this, I do now have a working arm64 OLS Docker image available. Image can be pulled from here: https://hub.docker.com/r/ndigitals/openlitespeed If you have issue they can be reported here: https://github.com/ndigitals/ols-dockerfiles/issues
  8. timnolte

    Unable to build in arm64

    @puliyo.7554 did you ever get this working?
  9. timnolte

    I am trying to install OLS on ARM64

    There is some source install guidance I found that is also going to help.
  10. timnolte

    I am trying to install OLS on ARM64

    @raselmx I'm not sure if you found a solution but I am working on building an arm64 Docker image of OLS from source. There is currently a single image on Docker Hub that is compatible but it doesn't seem built right to run properly, or at least doesn't have all of the usage instructions...
  11. timnolte

    litespeed is not running and Can not Login at WebAdmin, but CyberPanel is OK

    OK, let me know if there is anything specific I should send along in the email.
  12. timnolte

    litespeed is not running and Can not Login at WebAdmin, but CyberPanel is OK

    I too have been having this problem regularly, OpenLiteSpeed will be running for days, or sometime weeks at a time and then I'll get uptime notices that all of the websites are down. The CyberPanel on port 8090 is running but the OpenLiteSpeed web panel, on port 7080 is down. I'll attempt to...
  13. timnolte

    OLS stoped working on Cyberpanel from last night

    I've been having this problem regularly, like things will stay running for days, or sometime weeks at a time and then I'll get uptime notices that all of the websites are down. The CyberPanel on port 8090 is running but the OpenLiteSpeed web panel on port 7080 is down also. I'll attempt to...
Top