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

Pages: 1 ... 14 15 [16] 17 18 ... 29
226
Suggestions / Re: :):):) Comodo WAF rules update required :):):)
« on: November 16, 2024, 07:18:58 PM »
When does it happen ? After the CWP update or some other action ?

As a test update the rules, then run cwp update:
Code: [Select]
/scripts/update_cwpand then check if the rules version stay intact.

227
Suggestions / Re: :):):) Comodo WAF rules update required :):):)
« on: November 16, 2024, 04:36:31 PM »
Try to disable the mod_security rule 218500 by adding the following lines into .htaccess located in the document root of the website(s):

Code: [Select]
<IfModule mod_security2.c>
    SecRuleRemoveById 218500
</IfModule>

OR

If you want to disable the rule globally (for all websites) then put the line:
Code: [Select]
SecRuleRemoveById 218500into the file:

/usr/local/apache/modsecurity-owasp-old/global_disabled_rules.conf

and then restart Apache/HTTPD.

228
CentOS 7 Problems / Re: Problems with webmail
« on: November 16, 2024, 11:56:06 AM »
I'm having a problem on my server where webmail is becoming inaccessible from time to time.

What error message does your browser show when the problem appears ?

229
Information / Re: Centos Pro
« on: November 12, 2024, 08:50:59 AM »
Log into the billing area:
https://support.centos-webpanel.com/index.php?rp=/login
You will be able to update the IP address there or open a ticket in billing and ask to change the IP for you.

230
CentOS Configuration / Re: How to change IP address to domain
« on: November 12, 2024, 08:48:54 AM »
Just create an account on your VPS with the domain name you want to use, point the domain name to your VPS and then you will be able to access CWP over the URLs like:
https://yourdomain.com:2083/
https://yourdomain.com:2087/

231
PHP / Re: Anti-Change Log
« on: November 11, 2024, 05:58:25 PM »
1. You just need to add the version number and nothing else.

2. For main php version (php switcher) modify the file:
/usr/local/cwpsrv/htdocs/resources/conf/el9/php_switcher/versions.ini

232
PHP / Re: Anti-Change Log
« on: November 11, 2024, 12:49:26 PM »
Edit the file:
/usr/local/cwpsrv/htdocs/resources/conf/el9/php-fpm_selector/versions.ini
(add the necessary PHP versions)
and then try to compile PHP-FPM.

233
CWP points the main domain name of the account to public_html by defauly. When the account is created and you log into the user level CWP to add the domain name, CWP asks you what folder must be used as the home folder (document root) of the new domain. In case you want to set public_html as the document root of the new domain then specify "public_html" as the folder.

234
Information / Re: Missing Items - CWP To CWP Migration
« on: November 08, 2024, 07:30:28 PM »
Hi,

Look at this script:
https://github.com/JaimeObregon/export-roundcube-sql
It seems this script is what you look for to transfer the roundcube settings for specific domain between the servers.

Please note I didn't test this script.

If you want to transfer the whole roundcube database then do following:

As root on the source server do:

1.
Code: [Select]
mysqldump -Q --opt roundcube > roundcube.sql
2. Copy the file roundcube.sql to the destination server over FTP, SCP or some other way preferred by you.

3. Restore the database content on the destination server:

Code: [Select]
mysql roundcube  < roundcube.sql

235
when i try i get this error
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80

The above errors say the port 80 is used already by some service NGINX or HTTP and can't be used by another service. Stop NGINX, Apache/HTTPD and then start services in the following order (Nginx,Apache) manually. If you get the error "could not bind to address 0.0.0.0:80" when you start Apache then check the Apache's config files to identify why apache tries to listed the port 80, update the port (replace :80 with :8181) and then try to start Apache again.

236
This is well known mod_security problem. It was solved numerous times:
https://forum.centos-webpanel.com/centos-9-problems/apache-wont-restart-after-enabling-mod_security/msg48744/

Guys, use "search" at this forum. Don't need to post the same problem-solution again and again.

237
CSF Firewall / Re: Cant start firewall
« on: November 07, 2024, 11:05:01 PM »
According to the error the kernel module iptables_filter isn't loaded and OS can't load it for some reason. It could happen if:

1. You use custom kernel without iptables_filter support (Kernel installed from some 3rd party repository or compiled from sources with iptables_filter disabled)
2. Your provider uses OpenVZ/LXC virtualization and the kernel module iptables_filter isn't loaded at main node.

If the problem remains unsolved after the restoration then do following:

Run as root on your VPS:

Code: [Select]
uname -a
ls  /lib/modules/$(uname -r)/kernel/net/ipv4/netfilter/

and show output.

238
CentOS-WebPanel Bugs / Re: User login - errors
« on: November 06, 2024, 09:44:34 PM »
Look into the log file:
/usr/local/cwpsrv/logs/error_log

239
CentOS 9 Problems / Re: Error in SMTP
« on: November 03, 2024, 10:49:27 PM »
I just recommend you to install CWP again on a new fresh system and make sure there are no errors during the installation. Or copy the dovecot's, roundcube's database structure from some live server and recreate mailboxes on the new server.

As an extra step for investigation, check the php libs available for main php version installed on your server. It must support MySQLi, and PDO_mysql.

240
CentOS 9 Problems / Re: Error in SMTP
« on: November 03, 2024, 09:44:02 PM »
According to the provided error logs there is some problem with the databases of roundcube and dovecot/postfix. How did you install roundcube and postfix, dovecot ? Did you install them manually or using CWP ? Did you modified some configs, etc ?

Pages: 1 ... 14 15 [16] 17 18 ... 29