New Topics
Showing topics posted in for the last 365 days.
- Past hour
-
No, the issue seems to have resolved on its own. Thank you!
- Today
-
Thank you, that's helpful to know for the future!
-
Your account was suspended because you exceeded your storage limit. You're at 1000.51 MB when the limit is 1000 MB. You have 3 options to regain access to your account: 1. You are able to regain access to your account immediately without waiting for an admin by increasing your account's storage space here: https://heliohost.org/dashboard/storage/ This storage space upgrade is good for the life of the account, and has no monthly cost. 2. Tell us which files you would like deleted and an admin can delete them for you to get you back under your current storage limit. If you're not sure which files are taking up all of your space an admin can provide a detailed storage space usage report for you. 3. We can also reset your account for you which deletes all files, deletes all settings, and restores your account back to the default state with 0 MB of storage usage. Please let us know if you would like to reset your account.
-
Glad to hear its working for you Please let us know if you need anything else.
-
Domain added. it can take up to 2 hours to start working.
-
Thank you for your help!
-
My apologies, I realize I did not provide sufficient details. The Short URL builder asks for the following credentials to generate the code for nginx.conf: fastcgi_pass fastcgi_params This is the nginx.conf code it would generate: server { # [...] # Location for the wiki's root location /saltwiki/ { try_files $uri $uri/ @mediawiki; # Do this inside of a location so it can be negated location ~ \.php$ { try_files $uri $uri/ =404; # Don't let php execute non-existent php files include /etc/nginx/fastcgi_params; fastcgi_pass 127.0.0.1:9000; } } location /saltwiki/images { # Separate location for images/ so .php execution won't apply location ~ ^/saltwiki/images/thumb/(archive/)?[0-9a-f]/[0-9a-f][0-9a-f]/([^/]+)/([0-9]+)px-.*$ { # Thumbnail handler for MediaWiki # This location only matches on a thumbnail's url # If the file does not exist we use @thumb to run the thumb.php script try_files $uri $uri/ @thumb; } } location /saltwiki/images/deleted { # Deny access to deleted images folder deny all; } # Deny access to folders MediaWiki has a .htaccess deny in location /saltwiki/cache { deny all; } location /saltwiki/languages { deny all; } location /saltwiki/maintenance { deny all; } location /saltwiki/serialized { deny all; } # Just in case, hide .svn and .git too location ~ /.(svn|git)(/|$) { deny all; } # Hide any .htaccess files location ~ /.ht { deny all; } # Uncomment the following code if you wish to hide the installer/updater ## Deny access to the installer #location /saltwiki/mw-config { deny all; } # Handling for the article path location @mediawiki { include /etc/nginx/fastcgi_params; # article path should always be passed to index.php fastcgi_param SCRIPT_FILENAME $document_root/saltwiki/index.php; fastcgi_pass 127.0.0.1:9000; } # Thumbnail 404 handler, only called by try_files when a thumbnail does not exist location @thumb { # Do a rewrite here so that thumb.php gets the correct arguments rewrite ^/saltwiki/images/thumb/[0-9a-f]/[0-9a-f][0-9a-f]/([^/]+)/([0-9]+)px-.*$ /saltwiki/thumb.php?f=$1&width=$2; rewrite ^/saltwiki/images/thumb/archive/[0-9a-f]/[0-9a-f][0-9a-f]/([^/]+)/([0-9]+)px-.*$ /saltwiki/thumb.php?f=$1&width=$2&archived=1; # Run the thumb.php script include /etc/nginx/fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root/saltwiki/thumb.php; fastcgi_pass 127.0.0.1:9000; } # [...] }
-
[Solved] Please add domain kenzieshane.my.id
cortadoistheonly replied to cortadoistheonly's topic in Customer Service
Alright thank you!- 2 replies
-
- domain name
- domain
-
(and 1 more)
Tagged with:
- Yesterday
-
Domain added. it can take up to 2 hours to start working.
-
[Solved] Disable the WSGI server restart/reload
Krydos replied to talesaz's topic in Escalated Requests
WSGI restart access has been removed from the domain casamarcial.com.br, but WSGI restart access is still enabled on the domain atenahub.app.br. -
[Krydos] import modules time and random
xploreravi replied to xploreravi's topic in Escalated Requests
its Python 3.12 version -
Domains removed and new domains added. it can take up to 2 hours for the new domains to start working. Since removing a domain sometimes deletes the files associated with it, you can download a backup of your account before the removal at https://heliohost.org/backup
-
It looks like the payment went through correctly at 8:06am, about 5 hours after you posted this, and your VPS is already powered back on. Let us know if you're still having any issues.
-
Thank you very much!
-
Thanks. It's OK.
-
Your account has been reset. When the reset finishes, you'll receive an email with a link to create a new account. Please let us know if you need anything else.
- 1 reply
-
- 1
-
-
Those domains are all working properly for me at the moment. The "redirect" (which was probably the domain setup page) and the certificate errors suggest you didn't wait 2 hours after having domains set up before trying to use them. During that 2 hour period, Apache isn't fully configured. New domains won't work properly until Apache restarts. Note that the 502 error is normal on Johnny and occurs approximately every 2 hours due to the Apache restart. https://wiki.helionet.org/502_Bad_Gateway It usually lasts a few minutes. As for the FTP connection, try using SFTP instead of FTP/FTPS to access your account: Hostname should be johnny.heliohost.org, port 1373, and use your plesk username and password. Most users find that this works much better than regular FTP, and it's also more secure.
-
[Solved] Please reset my Account!
cortadoistheonly replied to cortadoistheonly's topic in Customer Service
Alright, thank you very much! (Also please if you will, mark this request as solved or something 😅) -
Never mind, I found that answer in the wiki.
-
Your site appears to be working properly on my end however i did notice that you deleted the cgi-bin folder from your domains root directory, be aware that because of this you will not be able to use scripts such as python, Nodejs etc... without resetting your account.
-
Domain added. it can take up to 2 hours to start working.
-
Backups 637.40 MB Emails 0 MB Files 963.19 MB Trash 36.73 MB Logs .44 MB PSQL 0 MB MariaDB 0 MB Total 1637.76 MB 964M /home/freethyroxine.xyz/httpdocs 12K /home/freethyroxine.xyz/.composer 8.0K /home/freethyroxine.xyz/.ssh
