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 ... 9
61
CentOS-WebPanel GUI / phpmyadmin auto login from client login
« on: September 25, 2020, 04:20:08 AM »
How to fix the phpmyadmin auto login from client login.

It works for root login but doesnt work from client login like it works in whm/cpanel

Code: [Select]
Login without a password is forbidden by configuration (see AllowNoPassword)

62
Mod_Security / Re: Email forwards blocked by Mod security
« on: September 01, 2020, 12:26:13 PM »
Resolved. Thank you

I added

    SecRuleRemoveById 949110

63
Mod_Security / Re: Email forwards blocked by Mod security
« on: September 01, 2020, 12:18:06 PM »
Thank you. But the momemt I add and save this id in disabled rules apache is crashing

Sep 01 14:15:46 hosting.siteurl.in apachectl[13000]: AH00526: Syntax error on line 2 of /usr/local/apache/modsecurity-owasp-latest/global_disabled_rules.conf:
Sep 01 14:15:46 hosting.siteurl.in apachectl[13000]: Invalid command '949110', perhaps misspelled or defined by a module not included in the server configuration
Sep 01 14:15:46 hosting.siteurl.in systemd[1]: httpd.service: control process exited, code=exited status=1
Sep 01 14:15:46 hosting.siteurl.in systemd[1]: Failed to start Web server Apache.

64
Mod_Security / Email forwards blocked by Mod security
« on: September 01, 2020, 09:26:14 AM »
Tue Sep 01 11:19:15.874034 2020] [:error] [pid 9479:tid 140529090119424] [client 103.254.128.138:44756] [client 103.254.128.138] ModSecurity: Access denied with code 403 (phase 2). Operator GE matched 5 at TX:anomaly_score. [file "/usr/local/apache/modsecurity-owasp-latest/rules/REQUEST-949-BLOCKING-EVALUATION.conf"] [line "57"] [id "949110"] [msg "Inbound Anomaly Score Exceeded (Total Score: 30)"] [severity "CRITICAL"] [tag "application-multi"] [tag "language-multi"] [tag "platform-multi"] [tag "attack-generic"] [hostname "hosting.siteurl.in"] [uri "/roundcube/"] [unique_id "X04SE88kQmL3N7OFlphB2wAAANA"], referer: https://hosting.siteurl.in/roundcube/?_task=mail&_action=compose&_id=12342351165f4e1207b5e66


When I forward few html emails, I get the above error.

I have even deactivated the mod security for the client account.

Please help fixing this.

65
E-Mail / Re: Upgrade CWP to use Postfix 3.X
« on: August 14, 2020, 04:49:14 AM »
+1

66
I see I already have this line

Quote
ssl_cert = </etc/pki/tls/certs/hostname.bundle

But still when I try to connect through domain name, the connection fails

67
CentOS-WebPanel Bugs / CWPPro Changed to FREE without any reason
« on: August 06, 2020, 09:46:27 AM »
My installation at 95.111.236.219 has reverted back to FREE without any reason.

Hope no websites or features are down in my server because of this.

How to resolve?

Last time when this had happened, my sites were down due to php-fpm use

68
CentOS-WebPanel Bugs / Re: cwp to cwp migration and Mysql
« on: June 20, 2020, 06:07:58 AM »
This bug still remains.

Any solution for the same?

Both accounts have cwp pro

Only MySQL DB is failing to transfer.

70
CentOS-WebPanel Bugs / cpanel restore - cant delete database
« on: May 22, 2020, 01:20:53 PM »
Once the account is restored from full backup, you will see the list of MySQL databases with a list of users
(username)-localhost
(username)-IP
(username)-old-server
(username)-old-IP

You can delete these users - no problem

But if you try deleting any unwanted database, you get error "Duplicate databasename"




71
CentOS-WebPanel Bugs / cpanel restore - improper DNS
« on: May 22, 2020, 12:06:13 PM »
Scenario

- Website hosted in cpanel with gsuite emails

issue

- Default DNS values get set and all custom DNS value gets lost (I have particularly observed gsuite values not restored)

72
I am trying to use / integrate WHMCS with CWP

but I see that most of the features dont work like (Import / suspend / unsuspend etc.)

Is there any other billing software with better integration?

73
Suggestions / Re: CWP Plugin Store
« on: May 17, 2020, 03:42:55 PM »
Any update?

74
CentOS-WebPanel Bugs / IPs dont resolve
« on: May 15, 2020, 04:23:52 PM »
I have encountered this in 3 of my cwp VPS

The hostname and name  servers dont resolve.

If I disable networkmanager, the problem gets solved.

I guess networkmanager should be disabled by default or atleast the admin must be alerted if it is enabled.

75
CentOS 7 Problems / Re: NameServer Ip Not Resolves
« on: May 15, 2020, 02:57:43 PM »
https://www.awsmonster.com/2019/01/cwp-installation-perquisite-disable.html gave me the solution

Quote
# systemctl stop NetworkManager
# systemctl disable NetworkManager
# nmcli device status

# systemctl list-unit-files | grep NetworkManager

# systemctl enable network.service
# systemctl restart network.service

Reboot The Machine
# reboot

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