Jump to content

Switching to a different server : Ricky


elkhaddir

Recommended Posts

Hi @elkhaddir,

Our Ricky server is not available for new accounts since it is not migrated yet from cPanel to Plesk. To be more precisely, its current users are being migrated to Johnny, so even if there was a way to move your account, you would ultimately be moved back to Johnny.

Currently there is no estimated time for Ricky's migration from cPanel to Plesk, but considering Morty is the next project being worked at, I would say Ricky will only be migrated after all of its users are placed on Johnny and its cPanel version get decommissioned.

If you could explain the reason why you are requesting this server change, we may be able to help you to find another way to achieve your objetive.

Link to comment
Share on other sites

Hello @elkhaddir,

Regarding Python, you can already use it on our Plesk servers (Johnny/Tommy).

You can check the available Python versions (2.7, 3.6, and 3.10) and the installed modules on each of them through those links:

Tommy server:Ā https://tommy.kairion.eu.org/pyinfo/

Johnny server:Ā https://johnny.kairion.eu.org/pyinfo/

Ā 

Regarding Java, right now its support is not enabled and, unfortunately, we have no estimated time to get it back, though it is on our roadmap.

Link to comment
Share on other sites

1 hour ago, elkhaddir said:

hello again,

i don't have the python enabled on my account, only php ruby and nodjs, i cant find the python

can you please guide me ?

regards

There is no need to enable it as it is already available for use, you just need to tell the server you want to use it.

As long as you place your Python files inside the cgi-bin directory to run them and make sure your Python files have a shebang as their first line. Example:

#!/usr/bin/python3.10

from pyinfo import pyinfo

print(pyinfo())

The shebang in this example tells the webserver that this code should be run using the Python 3.10 interpreter.

Ā 

If you want your Python script to run outside of the cgi-bin directory (e.g., inside your httpdocs directory or inside a subdirectory you created), you can do so by creating a .htaccess file in the desired directory with the following content:

Options +ExecCGI
AddHandler cgi-script .py

Those lines tell the webserver to execute CGI scripts that are inside the directory and to run Python files (.py) as CGI scripts.

Link to comment
Share on other sites

2023-04-24 03:37:35	Error	189.193.92.164	500	GET /info3.10.py HTTP/1.0		Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0	1.53 K	Apache SSL/TLS access
2023-04-24 03:37:35	Error	189.193.92.164		End of script output before headers: info3.10.py				Apache error

Likely a file issue, probably either a bad shebang line or your files have Windows line endings instead of Unix ones. It's hard to troubleshoot this when you deleted the files though...

Please delete the Laravel install that's currently in your httpdocs folder and put the code back if you would like us to troubleshoot it for you.

Link to comment
Share on other sites

Keep in mind you're only allowed one account, so if you have donated to move to Tommy, you'll need to delete your Johnny account.

Also, if your Paypal email is the same as your Johnny account, you'll never receive the invite (we'd need to delete the Johnny account and invite you manually if this is the case). If this happens, post your donation transaction info and give approval to delete the Johnny account and we'll get it taken care of for you.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...