Search found 1347 matches

by ForumAdmin
22 Sep 2009, 16:12
Forum:
Topic: cxs Development
Replies: 5
Views: 46

I'll add the idea of a cPanel interface to the dev list
by ForumAdmin
22 Sep 2009, 16:10
Forum:
Topic: mail folders being read despite ignore file
Replies: 2
Views: 12

Are you definitely using the --ignore [file] command and pointing it to the ignore file you haev created?

You cannot use an asterix like that, you either have to use a proper regex or use the hdir: method, i.e.:

hdir:/public_html/foldername
by ForumAdmin
22 Sep 2009, 16:09
Forum:
Topic: New installation method
Replies: 7
Views: 49

So far as cxs is concerned it makes no difference as both methods are run by a forked process on the same data. Some differences: mod_security runs in the nobody user context suhosin runs in the context of the script user (nobody or the user account if suPHP enabled) mod_security seems to be a bit f...
by ForumAdmin
22 Sep 2009, 16:05
Forum:
Topic: whm options?
Replies: 1
Views: 14

Yup. The default options are taken from a csf.defaults file if you have one. That isn't fully integrated into the UI yet. I will be adding a new button to the bottom selection to "Save as Defaults".
by ForumAdmin
22 Sep 2009, 16:04
Forum:
Topic: FTP fails when adding CallUploadScript
Replies: 10
Views: 61

Try this:

service pure-ftpd stop
service pure-uploadscript
rm -fv /var/run/pure-ftpd.upload.pipe
service pure-ftpd start
service pure-uploadscript start
by ForumAdmin
22 Sep 2009, 10:53
Forum:
Topic: cxs v0.06
Replies: 1
Views: 14

cxs v0.06

Changes: Added retrieval of FTP login IP from /var/log/messages Added crond restart if UI cron job changes made to ensure changes are picked up by cron Improved speed of update of UI scan progress Added option --throttle, -T [num] to force cxs to sleep if load average goes over [num] Made UI user se...
by ForumAdmin
22 Sep 2009, 09:23
Forum:
Topic: cxs v0.05
Replies: 2
Views: 14

Yes, good idea. I'll add that.
by ForumAdmin
20 Sep 2009, 18:00
Forum:
Topic: cxs v0.05
Replies: 2
Views: 14

cxs v0.05

Changes: Split option x into e=Linux binaries, x=Windows binaries Added Create Cron Job to UI (created in /etc/cron.d/cxs) Added Edit Cron Jobs to UI (edit from /etc/cron.d/cxs) Added explanation text to UI elements Modified the SCAN REPORT to show the cxs command used Add file size to UI quarantine...
by ForumAdmin
19 Sep 2009, 16:22
Forum:
Topic: cxs v0.04
Replies: 0
Views: 8

cxs v0.04

Changes: Updated documentation if you allow files > 128MB you will need to use the mod_security directive SecRequestBodyLimit (some doubt as to whether that mod_security setting actually works) Added new option --cleanlog to log clean Web script or FTP uploaded files (for use within cxscgi.sh or cxs...
by ForumAdmin
18 Sep 2009, 10:01
Forum:
Topic: cxs v0.03
Replies: 1
Views: 10

cxs v0.03

Changes:
Additional checks on /var/cpanel/users/ files
Added reason for quarantine to .restore files and UI
Determine user for quarantine for upload scripts from script owner now as mod_security always runs under the nobody account