I've got a managed dedicated server that has less than 30 different accounts/domains.
The server is
CENTOS 5.9 x86_64 standard – WHM 11.34.1 (build 7)
My problem is that the default modsecurity rules evidently block curl when called from either an ssh session or cron job.
The rule blocks certain user agents, also lynx. One domain runs an application that relies on daily external updates called by a cron job like
When I complained to my server company abour the cron failing they found and disabled the user agent rule, but then after the next cpanel update the rule was back.
They say there is no way around this and my only option is to disable modsecurity completely for the domain.
Does that sound right? Seems like there should be a way.
The server is
CENTOS 5.9 x86_64 standard – WHM 11.34.1 (build 7)
My problem is that the default modsecurity rules evidently block curl when called from either an ssh session or cron job.
The rule blocks certain user agents, also lynx. One domain runs an application that relies on daily external updates called by a cron job like
Code:
curl -d "user_name=username&user_pass=password" http://www.example.com/admin/example.php?action=update
They say there is no way around this and my only option is to disable modsecurity completely for the domain.
Does that sound right? Seems like there should be a way.
Last edited: