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.
76
E-Mail / Unable to attach files in webmail
« on: June 28, 2021, 02:18:35 PM »
When I try to attach a file, I get the error "Server error (error)"

Please help
Edit - I can upload very small files of size 200KB
Tried changinging max upload size in php.in of php-fpm 7.1 not seems to be working.

Please help
Edit - I can upload very small files of size 200KB
Tried changinging max upload size in php.in of php-fpm 7.1 not seems to be working.
77
Apache / Re: Websites are going down
« on: June 14, 2021, 04:21:08 PM »
This is solved.
Few days back I tried to increase the php timeout very high to accomodate an import.
I removed those custom config in php fpm.
Issue resolved.
Few days back I tried to increase the php timeout very high to accomodate an import.
I removed those custom config in php fpm.
Issue resolved.
78
Apache / Websites are going down
« on: June 14, 2021, 01:18:34 PM »
My Apache, NGINX, Varnish all are running. All websites are down with
Error 503 Backend fetch failed
Or
502 Bad Gateway
nginx/1.20.1
When I restart apache, websites start working and after sometime, all sites go down again.
Please help
Error 503 Backend fetch failed
Or
502 Bad Gateway
nginx/1.20.1
When I restart apache, websites start working and after sometime, all sites go down again.
Please help
79
CentOS 7 Problems / The timeout specified has expired: [client :45752] AH01075
« on: June 12, 2021, 04:35:48 PM »
I am trying to import a wordpress theme demo.
It is failing and error logs show
It is failing and error logs show
Quote
[proxy_fcgi:error] [pid 31878:tid 139724710164224] (70007)The timeout specified has expired: [client :47112] AH01075: Error dispatching request to : (polling)
80
CentOS 7 Problems / Re: mysqld: Can't lock aria control file
« on: May 30, 2021, 02:42:04 PM »systemctl stop mysqld
ps -ef | grep mysqld
if anything results.
killall mysqld
systemctl start mysql
Thank you. This helped.
Any idea why this happens? I had to run this second time in less than a month
81
Apache / How to clear a file cache
« on: May 26, 2021, 03:32:31 AM »
i am running apache-varnish-nginx setup
I have replaced the file https://propertymysore.com/company/propertymysore.com/img/listing/28/28.webp in the server.
But still I am getting the old file which is 6MB in size while the actual new file size in 100kb
I have deleted NGINX cache.
What should I do to clear the cache of this file?
I have replaced the file https://propertymysore.com/company/propertymysore.com/img/listing/28/28.webp in the server.
But still I am getting the old file which is 6MB in size while the actual new file size in 100kb
I have deleted NGINX cache.
What should I do to clear the cache of this file?
82
Nginx / Re: Facebook scrape debug
« on: May 25, 2021, 07:03:27 PM »
Yes
Its a mod security issue.
Its a mod security issue.
83
Mod_Security / Mod security blocking facebook scraping with 403 forbidden
« on: May 24, 2021, 05:17:10 PM »
If I switch on the mod security, when i try sharing the link in facebook/whatsapp, I get forbidden 403 error
For now I have switched off the mod security.
But how to enable this and make facebook url scraping work?
https://developers.facebook.com/tools/debug/
For now I have switched off the mod security.
But how to enable this and make facebook url scraping work?
https://developers.facebook.com/tools/debug/
84
Nginx / Facebook scrape debug
« on: May 24, 2021, 02:40:21 PM »
When I try to share https://propertymysore.com/ in facebook/whatsapp, I get
403 forbidden preview
When I use facebook scrape tool, I see the following errors
What may be blocking facebook from accessing my data?
Response Code 403
Fetched URL https://propertymysore.com/
403 forbidden preview
When I use facebook scrape tool, I see the following errors
What may be blocking facebook from accessing my data?
Response Code 403
Fetched URL https://propertymysore.com/
85
Nginx / Understanding login attempts
« on: May 24, 2021, 02:37:25 PM »
In my nginx logs I see
I can see that this is a China based IP and no authorised login is expected from this IP.
What should I do? I have blocked the IP in firewwall. A
Anything else to be done? Should I be worried?
Quote
May 24 09:31:50 hosting pure-ftpd[343599]: (?@140.143.237.55) [INFO] New connection from 140.143.237.55
May 24 09:31:52 hosting pure-ftpd[343582]: (?@140.143.237.55) [WARNING] Authentication failed for user [wwwroot]
May 24 09:31:52 hosting pure-ftpd[343582]: (?@140.143.237.55) [INFO] Logout.
May 24 09:31:56 hosting pure-ftpd[343624]: (?@140.143.237.55) [INFO] New connection from 140.143.237.55
May 24 09:31:57 hosting pure-ftpd[343599]: (?@140.143.237.55) [WARNING] Authentication failed for user [wwwroot]
May 24 09:31:57 hosting pure-ftpd[343599]: (?@140.143.237.55) [INFO] Logout.
May 24 09:32:02 hosting pure-ftpd[343624]: (?@140.143.237.55) [WARNING] Authentication failed for user [wwwroot]
May 24 09:32:02 hosting pure-ftpd[343624]: (?@140.143.237.55) [INFO] Logout.
May 24 09:32:02 hosting pure-ftpd[343644]: (?@140.143.237.55) [INFO] New connection from 140.143.237.55
May 24 09:32:08 hosting pure-ftpd[343657]: (?@140.143.237.55) [INFO] New connection from 140.143.237.55
I can see that this is a China based IP and no authorised login is expected from this IP.
What should I do? I have blocked the IP in firewwall. A
Anything else to be done? Should I be worried?
86
E-Mail / SMTP ERROR: Failed to connect to server: Connection refused (111)
« on: May 17, 2021, 02:04:08 PM »
I have 2 cwp servers.
I have email created in 1 server.
phpmailer code works fine
When I use the same code in my second server and try to connect to smtp of 1st server, I get
I have tried ssl with 465 and tls with 465
I have tried my hostname as well as domain name as server address
I have opened both 465 and 587 in incoming as well as outgoing TCP ports
What am I missing?
I have email created in 1 server.
phpmailer code works fine
When I use the same code in my second server and try to connect to smtp of 1st server, I get
Quote
SMTP ERROR: Failed to connect to server: Connection refused (111)
I have tried ssl with 465 and tls with 465
I have tried my hostname as well as domain name as server address
I have opened both 465 and 587 in incoming as well as outgoing TCP ports
What am I missing?
87
CentOS 7 Problems / pagespeed mod not combining css files
« on: April 21, 2021, 08:09:13 AM »
I have installed pagespeed mod.
I can see it is rewriting image urls
But I see that css is not getting combined.
Please help
url: taxibangalore.com
I am using Nginx & Apache
I can see it is rewriting image urls
But I see that css is not getting combined.
Please help
url: taxibangalore.com
I am using Nginx & Apache
88
CentOS-WebPanel Bugs / File system status
« on: January 20, 2021, 08:35:05 AM »
I logged to a client account through my reseller account.
The file system was locked.
But the status on top right corner shows it as unlocked.
The file system was locked.
But the status on top right corner shows it as unlocked.
89
Updates / Re: MariaDB update failed
« on: January 13, 2021, 07:28:42 AM »
Upgrade successful
But my email smtp giving error when sending email
SMTP 451. Failed to add recipient.
Server configuration problem.
Please help
But my email smtp giving error when sending email
SMTP 451. Failed to add recipient.
Server configuration problem.
Please help
Here is the solution I found:
First step to save your database (I didn't do it!)Code: [Select]mysqldump --all-databases > /home/fullbackup.sql.gz
Uninstall MariaDB client:Code: [Select]yum remove MariaDB-server MariaDB-client -y
Now install MariaDB, it will automatically install MariaDB 10.2 (10.2.36):Code: [Select]yum install MariaDB-server MariaDB-client -y
Then to finish:Code: [Select]mysql_upgrade
90
CentOS-WebPanel GUI / Re: cwp to cwp migration - Mail queue
« on: December 25, 2020, 10:57:55 AM »
My question was, will the emails in mail que of the particular account being migrated gets transferred to new server or not?