El jue, 30-06-2005 a las 20:48 +0200, Rober Morales escribió:
> (...) > <Location /lisp> > Options +ExecCGI > SetHandler lisp-handler > AllowOverride None > Order allow,deny > Allow from all > </Location> > (...) > en consola es esto: > > [EMAIL PROTECTED]:~$ cat /var/www/index.cl > #!/usr/bin/clisp > (format t "content-type: text/html") > (format t "~%" ) > (format t "hola, mundo") > > [EMAIL PROTECTED]:~$ /var/www/index.cl > content-type: text/html > hola, mundo Hola No se si será un fallo cuando has escrito el mail pero si quieres que funcione lisp (la primera vez que lo veo) index.cl debería estar en el directorio /var/www/lisp y tener permisos de ejecución. A lo mejor me equivoco pero por probar.... Suerte -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

