Page 2 of 2
Re: How to use CGI / FastCGI
Posted: Thu Jul 18, 2024 2:12 am
by karmacomposer
Wow! Now that's an answer!
I have a client project and it has to be developed for the web but Atomic Server seems perfect for it.
I will need it to be on the web, so what is the least expensive way to host this? My home connection won't be robust enough for the masses. Where do you suggest I host this for public consumption?
Mike
Re: How to use CGI / FastCGI
Posted: Thu Jul 18, 2024 4:06 am
by idle
Sorry I get confused by terminology a virtual private server is a virtual machine.
That's not such an easy choice. There are so many options for hosting, I was recently looking at Ionos, it's reasonably priced and you don't need a credit card to sign up.
https://www.ionos.com/ as for server requirements 2Gb ram and 2 cores should be sufficient as long as you have root access to the machine your good to go.
Re: How to use CGI / FastCGI
Posted: Thu Jul 18, 2024 12:06 pm
by karmacomposer
We can PM from now on.
Thank you for your help.
Mike
Re: How to use CGI / FastCGI
Posted: Thu Jul 18, 2024 12:14 pm
by idle
karmacomposer wrote: Thu Jul 18, 2024 12:06 pm
Let me give you my email address so I can talk further about this with you:
Thank you for your help.
Mike
Just send a Private Message!
I've just sent you one, check your PM
Re: How to use CGI / FastCGI
Posted: Thu Jul 18, 2024 12:25 pm
by karmacomposer
I just sent you a PM.
Mike
Re: How to use CGI / FastCGI
Posted: Thu Jul 18, 2024 12:42 pm
by Caronte3D
I use the VPS from "Contabo" and it's IMHO the most powerful ones you can find for the money:
https://contabo.com/en/vps/
Re: How to use CGI / FastCGI
Posted: Thu Jul 18, 2024 1:00 pm
by karmacomposer
Thank you. I will look into that.
Mike
Re: How to use CGI / FastCGI
Posted: Thu Jul 18, 2024 1:25 pm
by idle

nice prices.
Re: How to use CGI / FastCGI
Posted: Thu Jul 18, 2024 8:30 pm
by PBJim
I set up Atomic Web Server a couple of times and had a basic page working, but I struggled with the concept of including PureBasic code and how that's done.
Is there an example, or a note about this, that might help us with getting going?

Re: How to use CGI / FastCGI
Posted: Thu Jul 18, 2024 11:41 pm
by idle
PBJim wrote: Thu Jul 18, 2024 8:30 pm
I set up Atomic Web Server a couple of times and had a basic page working, but I struggled with the concept of including PureBasic code and how that's done.
Is there an example, or a note about this, that might help us with getting going?
There are examples in the repository, single_server_localhost.pb
I figure its easier to look at examples than try and have me explain how to use it or all you'll get a 10 page essay!

Re: How to use CGI / FastCGI
Posted: Fri Jul 19, 2024 1:11 pm
by Caronte3D
Would be nice if you think a way (generic include?) to keep our PB code when you release a new version, because If we add the procedures in the server source, we lost it each time we update overwriting the files.
I delayed using it for this reason, until Atomic Server was more mature.
Re: How to use CGI / FastCGI
Posted: Fri Jul 19, 2024 8:48 pm
by idle
It's the final beta unless you find a bug