Ver Mensaje Individual
  #5 (permalink)  
Antiguo 04/07/2002, 07:46
metomentodo
 
Fecha de Ingreso: febrero-2001
Mensajes: 31
Antigüedad: 23 años, 9 meses
Puntos: 0
Re: ¿Como cofigurar ejecución cgi en localhost?

Aqui teneis la info sobre el paquete de nusphere:
http://www.nusphere.com/cgi-bin/nsp.cgi/custsrvc/utils/free_download.htm

Es facil y muy recomendable.

elanime, si me peudes mandar ese script te estaría muy agradecido, de verdad

Esta es mi configuración cgi-bin del Apache:
Código:
      # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the realname directory are treated as applications and
    # run by the server when requested rather than as documents sent to the client.
    # The same rules about trailing "/" apply to ScriptAlias directives as to
    # Alias.
    #
    ScriptAlias /cgi-bin/ "C:/Nusphere Server/apache/htdocs/cgi-bin/"


    #
    # "C:/Nusphere Server/apache/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    #
    <Directory "C:/Nusphere Server/apache/htdocs/cgi-bin/">
        AllowOverride None
        Options +ExecCGI
        Order allow,deny
        Allow from all
    </Directory>
htdocs es la raiz del servidor en la cual cuelgo mis páginas y en la carpeta cgi-bin donde pongo los scripts. Tambien quiero poner más carpetas además de esa como ejecutables, pero lo dejo para más adelante, cuando me funcione bien la cgi-bin