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.
1351
Postfix / Re: Freshclam DB update fail
« on: September 18, 2015, 12:35:55 PM »
Hi.
Try to create the /var/log/clamav/freshclam.log and change owner to it.
Try to create the /var/log/clamav/freshclam.log and change owner to it.
1352
CentOS-WebPanel Bugs / Re: Admin Messages
« on: September 18, 2015, 12:30:21 PM »
Hi.
Clarify please, where do you see that?
Clarify please, where do you see that?
1353
Apache / Re: mod_rewrite.so missing
« on: September 18, 2015, 12:25:46 PM »
Hello.
Apache have mod_rewrite by default. If you do not have it, try to recompile you web server "Apache Settings"->"Apache Re-build".
Apache have mod_rewrite by default. If you do not have it, try to recompile you web server "Apache Settings"->"Apache Re-build".
1354
Installation / Re: Installation issue
« on: September 18, 2015, 12:23:17 PM »
Hi.
If you do not have a sql databases, you can try remove mysql server;
If you do not have a sql databases, you can try remove mysql server;
Code: [Select]
yum erase mysql-server mysql-libs
1355
Installation / Re: How to Confige pure NGINX / PHP-FPM / APC ( Wordpess Hosting )
« on: September 16, 2015, 04:56:09 PM »
Hello.
I'm afraid CWP does not support the software. You can use:
nginx+apache
varnish+apache
varnish+nginx+apache
and php as cgi (suPHP)
I'm afraid CWP does not support the software. You can use:
nginx+apache
varnish+apache
varnish+nginx+apache
and php as cgi (suPHP)
1356
CentOS 6 Problems / Re: CLAMAV update problem
« on: September 16, 2015, 04:53:50 PM »
Hi
Latest versions does not have any troubles with it.
ClamAV does not mostly bad permissions/owner to /var/clamav
Latest versions does not have any troubles with it.
ClamAV does not mostly bad permissions/owner to /var/clamav
1357
E-Mail / Re: SPAM - config
« on: September 16, 2015, 04:31:07 PM »
Hello, unfortunately it is impossible to do from the CWP but you can configure your postfix.
For block all mail to/from the list of domains, you should add the following directive to your postfix main.cf file:
after run:
For block all mail to/from the list of domains, you should add the following directive to your postfix main.cf file:
Code: [Select]
smtpd_sender_restrictions = hash:/etc/postfix/access
reject_unauth_destination = hash:/etc/postfix/access
Once this has been added to the main.cf, you need to create the /etc/postfix/access file and put entries in it like this:Code: [Select]
some_bad_domain REJECT
next_bad_domain REJECT
nex_bad_domain REJECT
after run:
Code: [Select]
postmap hash:/etc/postfix/access
service postfix restart
1358
Other / Re: Disk quota and Mysql database and users emails
« on: September 16, 2015, 05:38:26 AM »
Hello.
No it include /home/username directory only.
No it include /home/username directory only.
1359
CentOS 5 Problems / Re: how to enable php-gd
« on: September 16, 2015, 05:35:43 AM »
Hello.
In the CWP: "PHP settings" -> "PHP version switcher" , "Select PHP version" -> "Next"
in the list "Additional configuration (only for advanced users):" check "--with-jpeg-dir=SOMEPATH" and try to found jpeg in the SOMEPATH .
Probably you have to change the path to other
In the CWP: "PHP settings" -> "PHP version switcher" , "Select PHP version" -> "Next"
in the list "Additional configuration (only for advanced users):" check "--with-jpeg-dir=SOMEPATH" and try to found jpeg in the SOMEPATH .
Probably you have to change the path to other
1360
Suggestions / Re: Automatically Add / Update DNS records
« on: September 16, 2015, 05:28:50 AM »
Hello.
No, the current version does not have same features.
But we will keep your suggest . Thank you.
No, the current version does not have same features.
But we will keep your suggest . Thank you.
1362
E-Mail / Re: How to Add google Aps MX Record in CWP?
« on: September 13, 2015, 11:10:10 AM »
Hello.
You can add any DNS records using "DNS functions" -> "List dns zone" .
You can add any DNS records using "DNS functions" -> "List dns zone" .
1363
DNS / Re: _dmarc being ignored.
« on: September 13, 2015, 11:04:35 AM »
Check your dmark record in the dns zone file.
Try to use "Edit file" instead "Edit records".
Try to use "Edit file" instead "Edit records".
1364
Mod_Security / Re: Internal Server Error after uninstall mod_security
« on: September 12, 2015, 05:12:09 PM »
Hi, check your log files. Unfortunately I do not have an ideas what exactly error do you have.
I guess it have a permissons troubles
I guess it have a permissons troubles
1365
Mod_Security / Re: Internal Server Error after uninstall mod_security
« on: September 12, 2015, 04:24:29 PM »
Hello.
1. Mod Security rule IDs are displayed in logs like: [id "123456"] in your case, it looks [id "973335"] .
You have to open the file /usr/local/apache/conf/mod_sec_disabled_rules.conf and add new line:
SecRuleRemoveById 123456
in your case
SecRuleRemoveById 973335
(you can do that from the CWP, just click to the link: Disabled Rules --> /usr/local/apache/conf/mod_sec_disabled_rules.conf in mod security page)
After making any changes in mod security configuration files you need to restart apache.
2. What kind error do you have?
1. Mod Security rule IDs are displayed in logs like: [id "123456"] in your case, it looks [id "973335"] .
You have to open the file /usr/local/apache/conf/mod_sec_disabled_rules.conf and add new line:
SecRuleRemoveById 123456
in your case
SecRuleRemoveById 973335
(you can do that from the CWP, just click to the link: Disabled Rules --> /usr/local/apache/conf/mod_sec_disabled_rules.conf in mod security page)
After making any changes in mod security configuration files you need to restart apache.
2. What kind error do you have?