Hello,
I'm trying to use 2Checkout's callbacks (INS) to update my script on successful payments etc.
However, seems that mod_security on my server blocks 2CO with a 403 forbidden error.
I have try to add the following to mod_security in WHM/cPanel:
SecFilterSelective HTTP_User-Agent "2Checkout\.com-purchase libwww-perl\/5\.800" allow
but i'm getting this error:
Graceful restart requested, doing restart
Syntax error on line 2 of /usr/local/apache/conf/modsec2.user.conf:
Invalid command 'SecFilterSelective', perhaps misspelled or defined by a module not included in the server configuration.
Can you please help to create a filter that allows 2checkout's callbacks to update my script.
Thanks a lot.