More info about httpd and httpd.conf

Denys Vlasenko vda.linux at googlemail.com
Sun Aug 28 10:09:08 UTC 2011


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


More information about the busybox mailing list