-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Rober Morales wrote: > > > Ricardo Frydman escribió: > > Rober Morales wrote: > >>>> muchas gracias por las sugerencias ricardo >>>> no era mi deseo correr lisp como modulo cgi de apache >>>> si no que cada vez que recibiera una peticion de un archivo con >>>> extensión .cl lo manejara con /usr/bin/clisp igual que si es de >>>> extension .php lo maneja con /usr/bin/php antes de enviarlo. > > > > A ver si esto te ayuda (bis): > > [EMAIL PROTECTED]:~$ aptitude show libapache-mod-lisp > Paquete: libapache-mod-lisp > Estado: sin instalar > Versión: 2.41-0.1 > Prioridad: opcional > Sección: devel > Desarrollador: Matthew Danish <[EMAIL PROTECTED]> > Tamaño sin comprimir: 102k > Depende de: libc6 (>= 2.3.2.ds1-4), apache-common (> 1.3.29-1) > Descripción: An Apache module that interfaces with Lisp environments > Establishes a link between the Apache web server and a Lisp environment > that allows a Lisp program to generate dynamic content while letting > Apache take care of the dirty details of HTTP serving. The protocol > between Lisp and Apache is simple, making it easy to create WWW- > accessible applications quickly. > -- > Ricardo A.Frydman > Consultor en Tecnología Open Source - Administrador de Sistemas > jabber: [EMAIL PROTECTED] - http://www.eureka-linux.com.ar > SIP # 1-747-667-9534 >> >>
> ese paquete ya esta instalado, fue lo primero que instale > ahora cambie el httpd.conf por si pero leiste lo que aparece en la descricpcion? Sobre todo en "Establishes a link between the Apache web server and a Lisp environment that allows a Lisp program to generate dynamic content while letting Apache take care of the dirty details of HTTP serving. The protocol between Lisp and Apache is simple, making it easy to create WWW- accessible applications quickly." ? > [EMAIL PROTECTED]:~$ head -913 /etc/apache/httpd.conf | tail -7 > <Location /lisp> > Options +ExecCGI ^^^^^^^^^^^^^^^^^^^^^^^^o era que no querias que corra CGI? > SetHandler /usr/bin/clisp > AllowOverride None > Order allow,deny > Allow from all > </Location> > y sigue sin funcionar. que pagina de man explicaría como rellenar el > campo SetHandler??? en man apache no sale. http://search.apache.org/ Escribe "SetHandler" - -- Ricardo A.Frydman Consultor en Tecnología Open Source - Administrador de Sistemas jabber: [EMAIL PROTECTED] - http://www.eureka-linux.com.ar SIP # 1-747-667-9534 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCxprUkw12RhFuGy4RAkJdAJ0adsDmVgKFjBLriOo2wS9X/dESSACgiExb rZA02rL75A9K7RVVp+JZIWo= =P0mt -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

