Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Igor S.

Pages: 1 ... 27 28 [29] 30 31 ... 95
421
E-Mail / Re: Problems sending emails to Gmail IPv6 error? HELP!
« on: January 24, 2020, 09:40:22 AM »
Try to ask Linode support about them IPv6
Also, you can disable IPv6 in Postfix configuration. Add/change in /etc/postfix/main.cf
Code: [Select]
inet_protocols = ipv4

422
PHP / Re: Want upload big files
« on: January 24, 2020, 09:31:10 AM »
You can have the problem since Varnish cache. Try to stop it and drop caches and restart web servers and check then.

423
Check the owner and permissions for /var/lib/nginx/ and /var/lib/nginx/tmp and change them. Or update the system software (this bug with nginx cache was long time ago)

424
Mod_Security / Re: Crontab not working after installing Mod Security
« on: January 23, 2020, 08:33:40 AM »
You need to check the Apache's log for mod_security errors and add the required rule to the whitelist.

425
CentOS-WebPanel GUI / Re: Run Cron job now issue
« on: January 23, 2020, 08:32:14 AM »
Try to run the job via SSH console and check if it works

426
CSF Firewall / Re: my firewall appears disable
« on: January 22, 2020, 11:33:02 AM »
Try to enable with command in SSH: csf -e and look at errors

427
MySQL / Re: Innodb not running even after force recovery
« on: January 22, 2020, 11:30:47 AM »
Hi, try to use the commands below.

Code: [Select]
mv /var/lib/mysql/ib_logfile0 /var/lib/mysql/ib_logfile0_OLD
mv /var/lib/mysql/ib_logfile1 /var/lib/mysql/ib_logfile1_OLD
systemctl restart mariadb

If that won't help, you will have to talk to a sysadmin or you can pm me will see

428
CentOS Configuration / Re: ERR_TOO_MANY_REDIRECTS
« on: January 21, 2020, 07:48:58 AM »
Try to use the https redirect first

429
Other / Re: Restore VPS (disaster recovery)
« on: January 21, 2020, 07:47:30 AM »
What kind of virtualization the VPS's use? Have you tried using clonezilla (if that kvm/virtualbox etc)?
I would not try to clone settings, since there are many trouble could happened and every one should be checked.

430
Information / Re: phpmyadmin redirecting problem
« on: January 21, 2020, 07:43:55 AM »
Or your server too slow, or web browser, or you have an issue with CWP (just guessing :) ).
Check the CWP log in /usr/local/cwpsrv/logs/ when you see the issue.

431
CentOS 7 Problems / Re: how to create cron job with date parameters
« on: January 21, 2020, 07:41:47 AM »
Try to run the command in the console and check what happened.  I suppose, you have to use double quotes in the path. "/home/myuser/backups/db-`date +\%Y\%m\%d-\%H\%M`.sql.gz"

432
CentOS 7 Problems / Re: upload large file
« on: January 21, 2020, 07:36:11 AM »
have you tried this method?

It will not work. You have to change the CWP php.ini in /usr/local/cwp/. But why you do not using FTP/rsync/SCP/sFTP? It would be much better than you trying.

433
CentOS 7 Problems / Re: ReferenceError: $ is not defined
« on: January 21, 2020, 07:34:19 AM »
Try to update CWP with the command: sh /scripts/update_cwp

435
PHP / Re: How to install Sourceguardian on version php7
« on: January 21, 2020, 07:33:11 AM »
As I see in the script, it uses the default PHP version. You have to try to use PHP Switcher and install required PHP version, or modify phpversion and phplocation variables for using the PHP Selector path.

Pages: 1 ... 27 28 [29] 30 31 ... 95