Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Updates / Re: Roundcube vulnerability
« Last post by Starburst on April 05, 2026, 04:26:36 PM »
@overseer Searched the script for:
Code: [Select]
system and
Code: [Select]
system( calls, and didn't see any.

Maybe @cyberspace could elaborate more.
12
Backup / Re: Disable User Backups
« Last post by Starburst on April 05, 2026, 04:04:30 PM »
Or in the GUI:

User Accounts -> List Accounts -> Under 'Package'
Turn the slider from On to Off.



This will disable automatic backups for that account.
13
Backup / Re: Disable User Backups
« Last post by overseer on April 05, 2026, 12:15:22 AM »
Uncheck the setting Backup All Users (forced)
/admin/index.php?module=backups
or look under:
/admin/index.php?module=backup_manager2
14
Backup / Disable User Backups
« Last post by maquinadigital on April 04, 2026, 07:23:04 PM »
How can I disable User Backups ? I need to disable, at least, automatic user backups...
15
Mod_Security / Re: After installing Mod Security, Apache cannot start
« Last post by Starburst on April 04, 2026, 03:53:17 PM »
For some reason when you install ModSecurity, line 2 of /usr/local/apache/conf.d/mod_security.conf needs to be manually fixed.

By Default is only has:
Code: [Select]
LoadFile /usr/lib64/
You need to edit it, say the whole line says:
Code: [Select]
LoadFile /usr/lib64/liblua-5.4.so
Save, and then start Apache.
16
Mod_Security / Re: After installing Mod Security, Apache cannot start
« Last post by overseer on April 04, 2026, 02:34:57 PM »
If you wanted to PM me your connection details, I could try to install it for you.
17
Mod_Security / Re: After installing Mod Security, Apache cannot start
« Last post by gailclark80 on April 04, 2026, 12:55:00 AM »
OS: AlmaLinux release 9.6
Mod Security version: Mod Security has been uninstalled, I don't know
Ruleset. I tried OWASP old and Comodo WAF, and Apache cannot start with either.
18
Mod_Security / Re: After installing Mod Security, Apache cannot start
« Last post by overseer on April 04, 2026, 12:47:05 AM »
What OS/distribution are you running? CWP-provided Mod Security version? What ruleset?
Under AlmaLinux 8, lines one and two in my /usr/local/apache/conf.d/mod_security.conf file are:
Code: [Select]
LoadFile /usr/lib64/libxml2.so
LoadFile /usr/lib64/liblua-5.1.so
19
Mod_Security / After installing Mod Security, Apache cannot start
« Last post by gailclark80 on April 04, 2026, 12:37:39 AM »
After installing Mod Security, Apache cannot start. In the log, I saw the following error. How should I fix it?

Apr  4 00:26:59 li117 systemd[1]: Starting Web server Apache...
Apr  4 00:26:59 li117 kernel: Firewall: *UDP_OUT Blocked* IN= OUT=eth0 SRC=117.000.000.000 DST=110.000.000.000 LEN=
Apr  4 00:26:59 li117 apachectl[3256381]: httpd: Syntax error on line 513 of /usr/local/apache/conf/httpd.conf: Syntax error on line 2 of /usr/local/apache/conf.d/mod_security.conf: Cannot load /usr/lib64/ into server: /usr/lib64/: cannot read file data: Is a directory
Apr  4 00:26:59 li117 systemd[1]: httpd.service: Control process exited, code=exited, status=1/FAILURE
Apr  4 00:26:59 li117 systemd[1]: httpd.service: Failed with result 'exit-code'.
Apr  4 00:26:59 li117 systemd[1]: Failed to start Web server Apache.
20
Updates / Re: Roundcube vulnerability
« Last post by overseer on April 03, 2026, 02:18:35 AM »
Update to the script listed here:
http://forum.centos-webpanel.com/updates/roundcube-vulnerability/msg53064/#msg53064
Hi cyberspace,
Just used your script to update to 1.5.15 LTS -- on one server it worked fine, but on another server it errored out due to the system() function being disabled in that version of PHP, yet your script proceeded to report that the install had succeeded. I think you need to put some conditional logic around this code block to check for actual success before reporting success:
Code: [Select]
echo "Update completed successfully!"
echo "Now running version: $latest_version"
Pages: 1 [2] 3 4 ... 10