Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Thank you for your help!
  3. The domain salt.wiki.gd has been added, and the domain salt.helioho.st has been set up to to give a 301 (permanent) redirect to the new domain. The new salt.wiki.gd domain may take up to 2 hours to start working.
  4. Yes. Is this the wrong way to do that?
  5. Are you planning on redirecting people who go to salt.helioho.st so their browser shows them on the salt.wiki.gd domain?
  6. This support request is being escalated to our root admins.
  7. Today
  8. 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; } # [...] }
  9. Hello, My username is lia. I would like to point the domain salt.wiki.gd to my site salt.helioho.st as a parked/alias domain. Thank you
  10. Please disregard the last question, I have done some research and realized this would be a parked/alias request.
  11. Thank you!
  12. I've added that domain to your account for you. Please note that it may take up to 2 hours for the domain change to take effect, and it will not work until you set up your DNS with your domain registrar. To configure your DNS, please see the steps provided on our Wiki to either set NS records pointed at the HelioHost nameservers, or create A/AAAA records and point them to your server's IPv4/IPv6 address: https://wiki.helionet.org/Addon_Domains#Custom_Addon_Domains If after a full 2 hours it doesn't work on your side, please make sure you clear your web browser cache: https://wiki.helionet.org/Clear_Your_Cache
  13. Hello, My username is lia. I would like to add domain telenove.la to my account. Thank you!
  14. Have a nice day! ☺️ ✨
  15. Yesterday
  16. Domain added. it can take up to 2 hours to start working.
  17. Requesting an additional domain for my account username jedibcg I will be using HelioHost domain so would like to use roi-cardtraker.heliohost.us Anything else you need from me?
  18. 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.
  19. Please, disable the WSGI restart access from casamarcial.com.br. Thanks!
  20. its Python 3.12 version
  21. Which python version are you using?
  22. Hello Sir, Could you please include the modules time and random in the python modules. I require this for a script to work. Regards, Ravindra
  23. Hello, I have installed MediaWiki at my website: https://salt.helioho.st/saltwiki/ I would like to point another subdomain (salt.wiki.gd) to this wiki and have the Short URL work as salt.wiki.gd/Article_Path MediaWiki recommends using this tool to set up Short URLs but it requires changing the nginx.conf file, which I have gathered requires root access. Is it possible to have this changed by root admins? Also, to point salt.wiki.gd to my wiki, do I need to request it to be added as a domain? Thank you
  24. 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
  25. 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.
  26. Thank you very much!
  27. Installed. https://php83.krydos1.heliohost.org/
  1. Load more activity
×
×
  • Create New...