Jonas Everraert
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Jonas Everraert-
Jonas Everraert commented,
Hey there! When setting up a Ruby application on a cPanel server using the following guide: Yes. - I added `source /opt/cpanel/ea-ruby27/enable` to the bashrc like described in the link you s...
-
Jonas Everraert created a post,
Cannot use Ruby gems
I am unable to require Ruby gems on my server. My hosting provider also has no idea as to why this happens. Here's a minimal example: $ ruby -r 'sinatra' my_script.rb /usr/share/rubygems/rubygems...
-
Jonas Everraert commented,
It sounds like there are missing options in the application itself. While our assistance is very limited for the application side of things, you can always submit a ticket to our team if you have...
-
Jonas Everraert commented,
When I add the config.ru and click "deploy", I get the following error message: Your application is incomplete or invalid.
-
Jonas Everraert created a post,
Application Manager not deploying my app
I want to host a Ruby application on a subdomain. In /path/to/my/app I have an app.rb: require 'sinatra' get '/' do 'Hello world' end I then deployed this application in the Application M...
-
Jonas Everraert commented,
Thank you for the tips. I think your second recommendation is the easiest to do, so I will do that.
-
Jonas Everraert created a post,
Cgi-bin directory security
Hello I was wondering how secure the cgi-bin directory is. I need to read a Google spreadsheet and display some of its contents on a webpage. This means I need to have login credentials in a scrip...
-
Jonas Everraert commented,
This indicates that there is a firewall issue. "filtered" indicates the port is refusing your connection. You should check with your systems administrator, web hosting provider, etc... To see i...
-
Jonas Everraert commented,
Hi! I get the following output: [CODE=bash]Starting Nmap 7.92 ( https://nmap.org ) at 2021-12-07 20:24 CET Nmap scan report for server (x.x.x.x) Host is up (0.0076s latency). PORT STATE SERVI...
-
Jonas Everraert created a post,
SSH - port 22: Operation timed out
Not sure in which category I had to post this question, but here it is: I am trying to connect to my server through ssh from my Mac. I tried ssh root@ksadebiekorf.be. I also tried the username ins...