Hi, The "Forbidden" error usually happens because the "effective user" of the running process of Monkey do not have access to read and execute the script in the given path. If you are starting Monkey as root make sure to validate to which user he is switching (per monkey.conf User directive).
Please provide the output of the following commands: 1. $ cat /path/to/monkey/conf/monkey.conf | grep User 2. $ ls -l /path/to/cgi-bin/test.cgi thanks On Thu, Jan 7, 2016 at 8:45 AM, cspub <[email protected]> wrote: > Upgraded to Monkey 1.6.7 from 1.6.6, and cgi-bin stopped working. > > Error log now shows: > > xx.xx.xx.xx - [07/Jan/2016 13:53:02 +0000] [error 403] Forbidden > /cgi-bin/test.cgi > > Conf files are the same, other than the minor change to use 1.6.7. > > Did I miss something? > > -cs > > PS: I tried using slack.monkey-project.com, but the "Get my invite" > button does not work (from chromium browser). They should fix that. > _______________________________________________ > Monkey mailing list > [email protected] > http://lists.monkey-project.com/listinfo/monkey > -- Eduardo Silva http://edsiper.linuxchile.cl http://monkey-project.com
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
