[Gambas-user] How to run a webpage?

Benoît Minisini gambas at ...1...
Mon May 21 13:26:51 CEST 2012


Le 21/05/2012 13:21, Алексей Беспалов a écrit :
> Hi!
> I'm trying to study the work of Gambas weppage (ASP like syntax).
>
> I run a test page and get a working html file.
>
> $ Webpage1.webpage>  Webpage1.html
>
> Webpage1.html opens in browser successfully.
>
> How should I configure Apache to work Webpage1.webpage?
> May you have ready conf files or instruction?
>

You must create an executable from your project. This executable must be 
run as a CGI script on your web browser. Search the Apache documentation 
to learn how to install an executable as a CGI script.

Regards,

-- 
Benoît Minisini




More information about the User mailing list