New Topics
Showing topics posted in for the last 365 days.
- Today
-
hi, your suggestions worked! I entered the info manually and voila. Thanks for the help! Carlos
-
Domain added. it can take up to 2 hours to start working.
-
Sorry, I uploaded a new index.html and it does load, but I get a 404 error if I remove it, instead of the directory. I will keep troubleshooting on my end as it looks like the domain is pointed correctly. My apologies for bugging!
-
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
-
[Solved] Requesting for adding custom subdomain and subsubdomains
KazVee replied to itsmarkmcbgyt's topic in Customer Service
You're very welcome! π Please let us know (in a new request thread) if you need help with anything else! -
Your account looks fine on our end. Is there a specific error you're seeing? (Note that while accounts can send email right after creation, most email providers will not accept the emails unless you request SPF and DKIM... these email security features are not set up by default).
