[Gambas-user] Embedded HTTP server (continued)
Benoît Minisini
gambas at ...1...
Mon Oct 8 00:41:22 CEST 2012
Hi,
In revision #5226, the embedded HTTP server is now able to serve static
files. These static files must be located in a new project directory
named ".public" on the disk and "Public" on the IDE project tree.
The server first checks if the URL matches a file inside the ".public"
directory. In that case, the file is served.
Otherwise, the executable is run as a CGI script.
Regards,
--
Benoît Minisini
More information about the User
mailing list