SHTTPD & mini_httpd CGI problem..

Gustavo Guillermo Pérez gustavo at compunauta.com
Tue Sep 27 21:51:36 UTC 2005


El Martes, 27 de Septiembre de 2005 18:21, Alexandros Stergiakis escribió:
> #!/bin/sh
try to set PATH env here, some times if PATH is empty there is no echo binary. 
just try: export PATH="/bin:/sbin:/usr/bin:/usr/sbin" before 1st command
> echo "Content-Type: text/html"
> echo;echo
> echo "<html><title></title><body>Hello World!</body></html>"

-- 
Gustavo Guillermo Pérez
Compunauta uLinux
www.compunauta.com



More information about the uClibc mailing list