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 - anandmys

Pages: 1 ... 3 4 [5] 6 7 ... 10
61
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/


62
Nginx / Understanding login attempts
« on: May 24, 2021, 02:37:25 PM »
In my nginx logs I see

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?

63
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

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?

64
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

65
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.


66
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

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

67
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?

68
CentOS-WebPanel GUI / cwp to cwp migration - Mail queue
« on: December 17, 2020, 07:03:43 AM »
I tried migrating an account using cwp - cwp migration tool.

1. What will happen to emails in mail que?

2. If they down get transferred, is there a way I can transfer manually?

69
CentOS-WebPanel Bugs / Re: csv export - list accounts
« on: December 14, 2020, 12:06:01 PM »
Ok.

This worked on 2nd click on export.

Looks like not a critical bug.

70
I too see the error sometimes.

71
CentOS-WebPanel Bugs / csv export - list accounts
« on: December 14, 2020, 12:01:45 PM »
When I try to download csv files, only 25 records are getting downloaded.

i tried even changing the page size to 100. Still only 25 records gets downloaded in csv (I have 70 records)

72
Updates / Re: MariaDB update failed
« on: December 02, 2020, 04:05:17 AM »
I'll wait for a CWP official solution, probably a script update to do the upgrade process automatically...

I will also love this.

I also have the same issue in all my 3 VPS.

Atleast waiting for an official guide to fix this.

73
Replacing the htaccess file with default wordpress file helped me resolve the issue

74
CentOS 7 Problems / 0kb file downloading instead opening wordpress website
« on: November 12, 2020, 11:04:46 AM »
url: https://ayurvedamysore.org/

When I try opening this website including admin area, i get file downloaded which is blank.

My error logs show

Quote
[Thu Nov 12 11:56:09.528141 2020] [core:alert] [pid 24876:tid 139862187407104] [client 114.119.128.203:45454] /home/ayurvedamysore/public_html/.htaccess: Option FollowSymLinks not allowed here

Please help.




75
Various clients have installed wordpress in my server.

Some of them are not actively updating the script.

Is there a easy way to find who is having older versions installed?

Pages: 1 ... 3 4 [5] 6 7 ... 10