-
Posts
17,965 -
Joined
-
Last visited
-
Days Won
675
Everything posted by wolstech
-
Not if he can’t connect to it...
-
That graph is available in cPanel under “account load.” The closer to 0 the better. High numbers mean you’re causing lots of impact. Yes it can host more than one domain. You have to install and maintain any software you run on it.
-
For VPS pricing, take a look at https://www.heliohost.org/vps/ The cheapest option ($4/mo) would work for your needs, but i would recommend an extra 1GB of RAM for performance since WP because it tends to be memory hungry. If you need assistance installing everything, Krydos has helped with that in the past. The beauty of a VPS is that you have full access to do whatever you please, and what you do on your server has no impact on ours. You can build the world heaviest Wordpress site if you want and it'll run just fine without impacting 1000s of others. Short of a VPS, the only complete fix for WP is to not use WP. The next best thing is to remove the extensions. For example, Wordfence and woocommerce are two extensions notorious for making WP stupidly heavy.
-
Please clear your cache.
-
You're probably seeing a combination of WP-related performance issues and load spikes. http://heliohost.grd.net.pl/monitor/ The server has been fine for the most part (I see 2 spikes in the past day on the chart), so it's mostly WP just sucking like it always does. WP is terribly written (it's literally a pile of continually-patched legacy code...it hasn't been rewritten or optimized in years and is well known for performance and security issues)...when that mess of bad code gets combined with a load spike, yes downtime is normal. The easiest solution is to use different software that is better written and tolerates load spikes better. Joomla handles better than WP, and there's even lighter CMSes available too if you look around.
-
[Solved] Adding a TXT Record to the DNS Configuration
wolstech replied to tmzafar's topic in Customer Service
It works fine for me. Make sure you the box on the left only contains the domain name, and the one on the right gets the entire string they give you. Mine looks like the attachment when I go to edit it. If you can't get it to work, use the file-based method instead. I have to use that with my sites that use CF. -
[Solved] Tommy Invitation Code says Invalid
wolstech replied to largelager's topic in Escalated Requests
Resent. -
Unarchived. If this account had Java on it, you'll need to request it again.
-
[Solved] Tommy Invitation Code says Invalid
wolstech replied to largelager's topic in Escalated Requests
It probably expired. Please provide the transaction ID like flazepe asked for, we can send you a replacement. -
[Solved] How to update files in use on Lily - ASP.Net Core
wolstech replied to paladino's topic in Escalated Requests
Yes you can actually. I just implemented a way to control these. In your home folder (the folder that contains the public_html folder, don't put it in public_html), create an empty file called stopapp.txt. Wait up to 5 minutes for the app pool to stop. You'll know when it does because your site will start showing a 503 error. To start it, create a startapp.txt instead. The start and stop work regardless of why it was started/stopped, so you can also use startapp.txt to restart your app pool if it crashed from bad code -
You need to wait 2 hours after installing it before it will work. Also, the certificate you're using doesn't fully cover the domain. It needs to cover both the bare domain lioncita.com and the www subdomain for full coverage. Considering you're on Ricky, my recommendation is to just delete whatever certificates you've installed and let autossl run. The server will get you a proper certificate on its own assuming validation passes. The process can take up to 24 hours. Make sure you don't have a forced ssl redirect on your site, as this can break autossl unless an exception is added for the .well-known folder. There's no need to manually install a certificate on Ricky (or Tommy). Only Johnny users have to provide their own certificate.
-
Usually it means your code is broken and wouldn't start. Krydos can get the logs for you so you can figure out what happened.
-
Quota for account life2 has been increased. Thank you for the donation.
-
It's related to how you have the software for your website configured. The software is likely configured to expect the .in domain and no folder in the path, so using the heliohost.org subdomain and having the subfolder in the path breaks it. It's quite common for a site to not work correctly when accessed like this. Simply access it as it's intended and you're good. You might want to toss an index file in the root of public html that redirects to the correct domain, even if only so the directory listing isn't visible.
-
Please clear your cache. SSL on that domain works fine for me. As for that link, yeah, we upgraded the wiki and all the documentation links broke.
-
Unarchived.
-
This account has been moved to Tommy. Thank you for the donation If you see a queued page or 404 error, please clear your cache. In some cases, it may take a few hours for DNS to fully update. It might also take a few hours before AutoSSL will get certificates for SSL.
-
Done. Thank you for the donation If you see a queued page or 404 error, please clear your cache and flush the DNS resolver on your computer. In some cases, it may take a few hours for your site to be visible since the IP address has changed.
-
Moving now
-
Moving now
-
It depends which one he's using. AngularJS looks like a plain old JavaScript library to me: https://angularjs.org/ There's also plain Angular, which is newer and uses node.js: https://angular.io/guide/setup-local
-
There's no need to change the main domain until you're ready to move your real domain to us. For now, just use http://life.heliohost.org/stroke/ to see your website until everything is working. Your new copy of your site should be at that location, however the software is broken (500 error). Check to make sure the permissions are set to 644 on the files in the ~/public_html/stroke/ folder, make sure the database is configured correctly, and rename the .htaccess file to anything that's not .htaccess so its ignored. That should help clear up the 500 error.
-
You can just use life.heliohost.org if you want. I just used that domain as an example. It doesn't matter terribly much since it's not the final domain, what matters is that it resolves publicly, which (anything).heliohost.org will do. I didn't look at your account beforehand and assumed your real domain (the .in domain) was your main domain which won't work until you change the name servers.