hello
i buy 2 licens cxs and install on my server
but cxs detection this file as virus
easy-digital-downloads/includes/process-download.php
and i must ignore this file on all cpanel users.
It is very difficult
i use this coment
file:home/*/public_html/wp-content/plugins/easy-digital-downloads/includes/process-download.php
*=all user
but I did not get a positive result
palse help me for this Problem
thank you
high bug on cxs (help me)
Re: high bug on cxs (help me)
First make sure that you have correctly implemented cxs.ignore:
1. Create a file called /etc/cxs/cxs.ignore. It is a good idea to copy the file /etc/cxs/cxs.ignore.example to /etc/cxs/cxs.ignore so that you have a reference for correct syntax in your ignore file.
2. Add the following setting to the cxs command line for any scan that you want to use the ignore file:
3. Finally, you must use the correct keyword and syntax for the file or directory you want to ignore. There are explanations and examples for the different types of entries you can use, in the file /etc/cxs/cxs.ignore.example.
You cannot use an asterisk (*) as a wildcard in cxs.ignore. If you want cxs to ignore a file in the same location within multiple user accounts, you should use the keyword "hfile:" and include only the part of the path relative to the user's home directory. So, for your example, you would add this line to cxs.ignore:
Remember that you must restart cxswatch if you have modified the file /etc/cxs/cxswatch.sh.
1. Create a file called /etc/cxs/cxs.ignore. It is a good idea to copy the file /etc/cxs/cxs.ignore.example to /etc/cxs/cxs.ignore so that you have a reference for correct syntax in your ignore file.
2. Add the following setting to the cxs command line for any scan that you want to use the ignore file:
Code: Select all
--ignore /etc/cxs.cxs.ignore
3. Finally, you must use the correct keyword and syntax for the file or directory you want to ignore. There are explanations and examples for the different types of entries you can use, in the file /etc/cxs/cxs.ignore.example.
You cannot use an asterisk (*) as a wildcard in cxs.ignore. If you want cxs to ignore a file in the same location within multiple user accounts, you should use the keyword "hfile:" and include only the part of the path relative to the user's home directory. So, for your example, you would add this line to cxs.ignore:
Code: Select all
hfile:/public_html/wp-content/plugins/easy-digital-downloads/includes/process-download.php
Remember that you must restart cxswatch if you have modified the file /etc/cxs/cxswatch.sh.