AuCGI 2.0 - Versión de autoit como cgi para web con Lighttpd

Autoit.NET(Interface Web, sustituye a Gui)
Interface deL Navegador(IE, Firefox... de Linux, WinCe, Palm, PDA, Mac) Es 100% Autoit tipo PHP/CGI de Servidor.Compatible JavaScript.
Responder
Avatar de Usuario
BasicOs
Site Admin
Mensajes: 2083
Registrado: 21 Nov 2006, 19:24
Ubicación: El Internet - (Canarias, España)
Contactar:

AuCGI 2.0 - Versión de autoit como cgi para web con Lighttpd

Mensaje por BasicOs »

http://www.autoit.me/ creditos a JRowe
http://www.autoitscript.com/forum/index ... pic=111133

En el primer enlace donde pone :

How to use AuCGI on your own server

Vienen los enlaces de descarga y los pasos para instalar la versión actualizada.
Cuando llegas al último paso puedes conseguir "AutoIt powered website", una página web con el motor de Autoit.
Salu2:)
Avatar de Usuario
BasicOs
Site Admin
Mensajes: 2083
Registrado: 21 Nov 2006, 19:24
Ubicación: El Internet - (Canarias, España)
Contactar:

Re: AuCGI 2.0 - Versión de autoit como cgi para web con Lighttpd

Mensaje por BasicOs »

(Traducción de http://www.autoitscript.com/forum/topic ... ler-aucgi/)
AuCGI es facil de usar. Va mejor con LightTPD, Windows version server, llamada WLMP.

http://code.google.com/p/wlmp-project/
  • Baja la versión actual de LightTPD de aquí: http://wlmp-project.googlecode.com/file ... 32-SSL.exe (puede ser otra versión)
    Instala LightTPD en C:\LightTPD
  • Baja/Download AuCGI.exe
    Crea una carpeta llamada AUCGI en el directorio de LightTPD, and copia the AuCGI.exe allí.
    C:\LightTPD\AUCGI\AuCGI.exe
  • Baja AuCGIFiles.zip and descomprimelo.
    Copia lighttpd-inc.conf en el directorio C:\LightTPD\conf
    Copia test.web en el directorio C:\LightTPD\htdocs
    Copia Start.bat en el C:\Lighttpd
  • Doble Click en Start.bat para arrancar el servicio del servidor Lighttpd.
    Prueba y accede a tu servidor web en http://localhost/ o en remoto en http://192.168.0.tunumero/
Mira la demo de AuCGI demo en http://localhost/test.web !
Nivel de dificultad de la instalación con conocimientos básicos de informatica: MUY FACIL
Salu22:)
Creditos en autoit.me, versión en inglés:
AuCGI is easy to use. It's best used with LightTPD, or more specifically, the Windows version of the LightTPD server, called WLMP.

http://code.google.com/p/wlmp-project/

Download LightTPD from here: http://wlmp-project.googlecode.com/file ... 32-SSL.exe

Install LightTPD to C:\LightTPD

Download AuCGI.exe

Create a folder called AUCGI in the LightTPD directory, and place the AuCGI.exe there.

C:\LightTPD\AUCGI\AuCGI.exe

Download AuCGIFiles.zip and unzip.

Place lighttpd-inc.conf in the C:\LightTPD\conf directory

Place test.web in the C:\LightTPD\htdocs directory

Place Start.bat in the C:\Lighttpd directory

Double Click on Start.bat to launch Lighttpd.

Access your webserver at http://localhost/

Check out the AuCGI demo at http://localhost/test.web !
Responder