Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: Zendrael on February 15, 2013, 05:42:31 AM
-
Hello all!
I am starting my busybox-httpd service with a single command line, without using an httpd.conf file. It works but I can't get any CGI scripts to work.
Where can I find a sample httpd.conf file to use with busybox-httpd extension that provides the CGI functionality? (DuckDucked some but none of them worked)
And, may I have any special permissions to the cgi other than 755 ?
Thanks
-
You might try http://www.busybox.net/
-
http://wiki.openwrt.org/doc/howto/http.httpd
-
Hello Gerald_Clark and Tinypoodle!
Hum... It was my bad this time... The problem was my CGI script not completing the requests... I built a simple one to test and it worked like a charm with my default settings...
By the way, it is a CGI built with FreePascal!
Thanks a lot for the help!
-
Well, happy hacking!
-
Well, it was really a mistake with my code. Everything working now!
For those of you that (maybe) want to know more about CGI programming with FreePascal (using ObjectPascal and Lazarus), here is the link of my article translated:
http://translate.google.com/translate?hl=en&sl=pt&tl=en&u=http%3A%2F%2Fwww.vivaolinux.com.br%2Fartigo%2FPascal-para-Web-com-CGI-Parte-I%2F
Thank you all!