HTTPD CGI

Florian Brandner florian at brandner.net
Mon Feb 4 05:05:37 PST 2008


Hi!

> I start httpd with:
> httpd -f <web_root>
> and my cgi scripts are in <web_root>/cgi-bin/ .

The webroot is specified with -h. -f is for not running as a daemon.  
Try httpd -f -h <web_root>

My scripts are in <web_root>/cgi-bin/. Most of them shell scripts  
generating plain HTML. I simply set them +x for everyone. Works  
perfectly for me on version 1.9.0.

-- 
Mit freundlichen Gruessen,      email:florian at brandner.net
Florian Brandner                http://www.brandner.net



More information about the busybox mailing list