CarlosManceraK
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
Comments
Recent activity by CarlosManceraK-
We personally recommend checking the /etc/mailhelo file you may need to check exim settings to make sure all users use the same banner
-
PHP timeout will try to remove the application "smoothly". In the event that for some reason we cannot kill the process, the hard_timeout directive will kill it by force. Could you give us a littl...
-
this seems to be a ban by rbl, have you tried checking your ip in mxtoolbox or similar tools?
-
this doesn't seem to be a cpanel error, have you removed the public_html? or do I just delete the files inside it? the 500 error can be caused by htaccess, code errors, and much more
-
seems to be missing a mysql library for php, i could try installing mysqli php
-
jitsi only has support for distributions based on ubuntu, it will be tremendously difficult to install in centos or redhat.
-
apt is for Debian based distro, you should use yum. You should also ensure that your user has sudo access, usually a standard cpanel user does not have those accesses. Do you have access to whm?
-
Now the domain responds in wix so you can not enter by domain.com/cpanel, try to enter by ip-server: 2082
-
have you tried using this code? RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://dominio.com/$1 [R,L]
-
Maybe you can refer to this link