Página 1 de 1
AuCGI 2.0 - Versión de autoit como cgi para web con Lighttpd
Publicado: 11 Mar 2010, 03:06
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:)
Re: AuCGI 2.0 - Versión de autoit como cgi para web con Lighttpd
Publicado: 21 Dic 2010, 21:10
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 !