
capcom
Members-
Posts
31 -
Joined
-
Last visited
Everything posted by capcom
-
Ok, chatting with Krydos helped in discord. looks like deleting that IP fixed the ipv4 issue. able to login with vps12 name.
-
I am getting timeout error.
-
I am using Mac terminal to ssh into server.
-
Hello, I am not able to ssh into VPS12. I recently upgraded from ubuntu 20 to 22. I was able to upgrade, but after reboot, I am not able to ssh into it.
-
Thanks for installing those libraries. Any update on flask install?
-
can you please install below: psycopg2 - 2.8.6 requests - lastest os, sys, datetime should be part of python anyway, but good to check. Thanks.
-
Thanks, appreciate help with this. also looking forward to move soon.
-
Thanks wosltech, I am waiting on Python/Flask dependency before I can move to Plesk. I want to move, but cant without Python and Flask.
-
Hello, can you please install SSL Certs for renewal. I have pasted new certs here. for hiker.rocks --> /home/capcom/new_ssl_cert/hikerrocks for helium.hiker.rocks --> /home/capcom/new_ssl_cert/heliumhikerrocks Thanks.
-
Thank you.
-
I have also copied certificate for hiker.rocks domain in this location (/home/capcom/new_ssl_cert/hikerrocks), can you install those as well along with helium.hiker.rocks?
-
i copied private key as well in same location.
-
Hello, can you please install SSL certificate for helium.hiker.rocks site. certificates are available at: /home/capcom/new_ssl_cert
-
Thanks for the update, I would vote for flask.
-
Hello, can you please update the SSL certificate for my site. Site name: Helium.Hiker.Rocks User name: capcom Directory with new ssl cert: /home/capcom/new_ssl_cert File name: helium.hiker.rocks.zip Thank you.
-
Thanks.
-
@Krydos is it possible to replace the ssl that you installed with new one for helium.hiker.rocks ssl I just generated? currently hiker.rocks redirects to helium.hiker.rocks only and I did not realize sub domain would not be covered. I put the file in same location Site name: Helium.Hiker.Rocks User name: capcom Directory with new ssl cert: /home/capcom/new_ssl_cert File name: helium.hiker.rocks.zip Thanks.
-
Thanks Krydos, do we need separate certificate for subdomain too?
-
Hello Admins, Can you please install SSL certificate for my site. I am on Tommy server. Site name: Hiker.Rocks User name: capcom Directory with new ssl cert: /home/capcom/new_ssl_cert
-
How long would Tommy be down when you guys rebuild with plesk?
-
VPS 12 was very slow so I rebooted it. Not able to ssh into it for almost 2 hours now. ping to vps is not working as well. for first 30 mins I was getting refused connection error and after that it is giving me operation timed out error. would like to know what is going on with it. Thanks
-
Thanks. I will look into this.
-
I am using python flask and have added rate limiting already and once reached, it will not load data and will just give a "Rate limit applied" message. That part has been working fine. Most of the unwanted traffic is coming as Mozilla browser, operating system is unknown in Awstats, but I have a feeling it is a web scrapper. even after rate limit message, user is keep requesting same url.
-
Thanks for the response. I am using the IP blocks to deny access. and keep adding new ones there. My only concern is around load, but when I look at account load in cPanel, it is not significant at all (almost near 0 every day). I just want to make sure that increase in traffic does not cause my account to be flagged.
-
I am getting unusually high request from few IPs and wanted to see if there is a way I can rate limit IP address by making a change in .htaccess file. I am able to block the IPs in a day, but it it making unnecessary calls to website. and they keep coming from new IP addresses. any suggestions are welcome. Thanks