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:[EMAIL PROTECTED] Florian Brandner http://www.brandner.net _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
