Search results

  1. A

    503 Service Unavailable for Web Admin

    Hmm interesting. I wonder if there's a correlation or some issues that occured during the migration that caused the other error logs here: 2025-08-06 10:47:48.601383 [NOTICE] [206161] [101.53.219.160:17830:HTTP2-1#_AdminVHost] oops! 503 Service Unavailable It's alright though I ended up...
  2. A

    503 Service Unavailable for Web Admin

    Okay I've just migrated to a new server from a backup which was a machine image. everything seems to be working fine. I remember too that during the migration I moved it into a server with a lower number of vCPUs and RAM. My OLS server configuration were all still the same on the higher end...
  3. A

    503 Service Unavailable for Web Admin

    Yes I have it enabled. It's wierd because this was a wordpress installation migrated from an older server. I moved the databases and all that was required. when i run sudo tail -n 20 /usr/local/lsws/admin/logs/error.log this is the output after opening http://<IP>:7080 2025-08-06...
  4. A

    503 Service Unavailable for Web Admin

    After migrating wordpress to a new server created via the openlitespeed wordpress deployment on GCP, I cant access my web admin. After checking /usr/local/lsws/logs/error.log this is the output: 2025-08-06 02:20:19.919439 [NOTICE] [134588] [52.167.144.158:58233:HTTP2-1#wordpress] [STDERR]...
  5. A

    OLS one-click deployment on GCP new Terra deployment

    Another question so since you mentioned that the new image was built with Ubuntu 24.04, Can my old instance update/upgrade to this? I guess my main question is since I already have instances built, do i need to consider deploying new instances and migrating my sites to them to keep things...
  6. A

    OLS one-click deployment on GCP new Terra deployment

    I went to spin up a new instance and the process has changed. just wondering if there is any major difference or if it's best practice to spin up a new instance and migrate the old site to the new instance every now and again?
  7. A

    Setting up custom headers made phpmyadmin screen blank

    So what is the difference customising the header vs leaving it enabled by default? more control?
  8. A

    Setting up custom headers made phpmyadmin screen blank

    Hi Cold-Egg, It is as follows: I've just copied the instructions one to one.
  9. A

    Setting up custom headers made phpmyadmin screen blank

    So i've been looking at the browser cache settings and tried setting up custom headers but now my phpmyadmin screen is blank after following instructions here: https://docs.openlitespeed.org/config/headers/#browser-cache Deleting the custom header made it work again but just wondering if there...
  10. A

    GCP Deployment VM Instance Serial Console Login details

    thank you for your reply. Which script do i use to delete it?
  11. A

    GCP Deployment VM Instance Serial Console Login details

    Hi @Cold-Egg, Another question regarding virtual hosts - i figured i'll comment in this thread to avoid extra new posts. I have setup using the Auto setup that installs Listener/VirtualHost/Force SSL/Let's Encrypt/WordPress...
  12. A

    openlitespeed-wordpress on Google Cloud depreciated?

    oh! i understand now. well I was always under the impression that it's a fee set by google similar to apple app store fees developers pay to have their apps listed. But if you prefer setting it all up on your own then you wouldn't need to worry about the fees.
  13. A

    openlitespeed-wordpress on Google Cloud depreciated?

    Hi John, Could you clarify this $4.00 pcm you are talking about as i couldn't see it anywhere in the billing or deployment section of the marketplace solution?
  14. A

    GCP Deployment VM Instance Serial Console Login details

    Unrelated question, I need to deploy a wordpress instance that uses PHP 8.0 instead of php 8.1. Is it possible to modify the deployment file or is there documentation on how i can downgrade it after deployment?
  15. A

    GCP Deployment VM Instance Serial Console Login details

    Yeah i've done that. So in this case if the SSH does not work and no password was set I would have been S.O.L? (shit out of luck) Glad i managed to salvage the disk... phew.
  16. A

    GCP Deployment VM Instance Serial Console Login details

    Hi Cold-Egg, thank you for responding. So abit of context one of my administrators shut down the instance while on the road and lost connection and corrupted the instance. When we tried to SSH into it we couldn't and it gave us authorisation errors and asked us to check sshd and serial console...
  17. A

    GCP Deployment VM Instance Serial Console Login details

    Hi, I have an issue with my VM instance and i need to connect to serial console but it's asking me for a password. Was a default password set up when I deployed it and what is that?. I've even tried adding an automation script: #!/bin/bash useradd arithmatics echo arithmatics:pass911 |...
  18. A

    GCP OLS Wordpress Reset Initial Setup Script

    I understand. thank you. that helps alot. I'll give it a go. and say for example if i wanted to switch hosts from GCP to AWS I have found that migrating through the duplicator plugin as per instructions here: https://docs.litespeedtech.com/cloud/images/wordpress/#migrating-wordpress seems to...
  19. A

    GCP OLS Wordpress Reset Initial Setup Script

    Hi, firstly to preface I am completely new to this and have only ever used GCP to deploy ols wordpress instances and am self-taught. I have made a Machine Image backup in GCP and have created a new instance but now am wondering if its possible to reset the initial setup script for me to change...
Top