[Gambas-user] CGI

Benoit Minisini gambas at ...1...
Thu Dec 13 19:23:35 CET 2007


On jeudi 13 décembre 2007, Phil Teare wrote:
> Just got my first CGI gambas web app going! Wonderful.
>
> setting up CGI on Ubuntu was by far the biggest problem (Apache's
> instructions don't work/apply to Ubuntu, Google Ubuntu forums for better
> instructions).
>
> The only reason I had trouble with gambas was that I had downloaded v1 not
> the latest feisty offering (entirely my fault).
>
> Thankyou, thank you, thank you...
>
> Keep up the good work. You never know, I may be able to help out some day.
>
> Phil

I suggest avoiding Apache for a Gambas web application, if possible. For 
example, I use the thttpd server, which is light and fast. Just try it.

The web application I have developed for my boss use it, and I don't know how 
I could have wrote a faster application, except by writing the CGI script in 
C. I bet it is faster than any .net application :-)

Regards,

-- 
Benoit Minisini




More information about the User mailing list