On Wednesday 24 August 2011 17:43, Guillaume Dargaud wrote: > Hello all, > I'm trying to use the httpd that comes with BusyBox, in particular with cgi. > > Where can I get more info about what options are available in httpd.conf ? > I've been unable to find where they are listed. Are they the same as some (I > assume) old version of Apache ? > > I have defined CONFIG_FEATURE_HTTPD_CGI=y, but I can't seem to be able to run > index.cgi > If I launch httpd -f, where should the cgi-bin directory be located ? In > /cgi-bin or in ./cgi-bin ?
It should be in $http_home/cgi-bin. > I always get "403 forbidden". Yes, I'm chmod 755 index.cgi. Can you post your .config and server-side strace output of one attempt to retrieve directory URL? -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
