httpd - Is it there or not?

Denys Vlasenko vda.linux at googlemail.com
Thu Feb 11 03:03:32 UTC 2010


On Thursday 11 February 2010 00:22, Pete Helgren wrote:
> Perhaps another noob question...
> 
> I may (or may not) have stumbled across an issue with httpd and 
> Busybox.  Although /bin/busybox returns httpd as one of the functions, 
> all of the documentation and configuration examples

documentation and configuration examples _where_? On busybox.net?
From your device's doc?

> seem to point to  
> /usr/sbin/httpd as the location, does that mean the actual executable 
> has been removed?  Or does BB just implement the httpd function "within 
> itself"?

You can invoke busybox's httpd as

/path/to/busybox httpd [PARAMS]

or just

/path/to/httpd [PARAMS]

where /path/to/httpd is a hard- or symlink to busybox
(or in some cases, just "busybox" binary itself renamed to "httpd").

-- 
vda


More information about the busybox mailing list