Go Back   CodingForums.com > :: Server side development > Apache configuration

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-08-2011, 07:52 PM   PM User | #1
andynov123
Regular Coder

 
Join Date: Oct 2010
Posts: 246
Thanks: 8
Thanked 1 Time in 1 Post
andynov123 is an unknown quantity at this point
Apache Configuration Question

When someone says they created Apache FastCGI applications developed using C++. Is that referring to payment transaction systems? And if so how secure would that system be? And do they require me to have servers?
andynov123 is offline   Reply With Quote
Old 07-08-2011, 09:53 PM   PM User | #2
Inigoesdr
Super Moderator


 
Inigoesdr's Avatar
 
Join Date: Mar 2007
Location: Florida, USA
Posts: 3,604
Thanks: 2
Thanked 399 Times in 392 Posts
Inigoesdr is a jewel in the roughInigoesdr is a jewel in the roughInigoesdr is a jewel in the rough
Quote:
Originally Posted by andynov123 View Post
When someone says they created Apache FastCGI applications developed using C++. Is that referring to payment transaction systems?
Not necessarily. That just means they created an application that is called using Apache's FastCGI module. It could be anything you can conceive of.
Quote:
Originally Posted by andynov123 View Post
And do they require me to have servers?
You would need an Apache server setup..
Inigoesdr is offline   Reply With Quote
Old 07-09-2011, 06:47 AM   PM User | #3
andynov123
Regular Coder

 
Join Date: Oct 2010
Posts: 246
Thanks: 8
Thanked 1 Time in 1 Post
andynov123 is an unknown quantity at this point
Correct me if I'm wrong but you can create Apache FastCGI applications developed using C++ that are payment transacation systems correct? And if so how secure would this be compared to using something like Paypal?


When I google Apache server setup I see alot of information on installing apache server on windows. Does this mean I can run the system from my computer and not pay a monthly fee to use a server? If I'm wrong then how much would a monthly fee be usually?
andynov123 is offline   Reply With Quote
Old 07-09-2011, 06:52 PM   PM User | #4
Inigoesdr
Super Moderator


 
Inigoesdr's Avatar
 
Join Date: Mar 2007
Location: Florida, USA
Posts: 3,604
Thanks: 2
Thanked 399 Times in 392 Posts
Inigoesdr is a jewel in the roughInigoesdr is a jewel in the roughInigoesdr is a jewel in the rough
Quote:
Originally Posted by andynov123 View Post
Correct me if I'm wrong but you can create Apache FastCGI applications developed using C++ that are payment transacation systems correct?
You can create any type of application you want.
Quote:
Originally Posted by andynov123 View Post
And if so how secure would this be compared to using something like Paypal?
It's no more or less secure, they are two completely different things. Your application is still going to have to connect to a merchant to process your orders. If you go the Paypal route you have the option of either handling the payment on Paypal's site or signing up for a merchant account and you can use their API to handle the payment processing.
Quote:
Originally Posted by andynov123 View Post
Does this mean I can run the system from my computer and not pay a monthly fee to use a server? If I'm wrong then how much would a monthly fee be usually?
In theory you could run the server from your computer, but that is a very bad idea for a lot of reasons. You can get shared hosting for pretty cheap(as low as a few dollars a month), but to have complete control of the server you would need to rent either a VPS(~$40/month but varies depending on your features) or dedicated server(~$100/month at minimum; usually more).
Inigoesdr is offline   Reply With Quote
Old 07-09-2011, 06:57 PM   PM User | #5
andynov123
Regular Coder

 
Join Date: Oct 2010
Posts: 246
Thanks: 8
Thanked 1 Time in 1 Post
andynov123 is an unknown quantity at this point
I thought if I had developed a payment transaction system that would cut the middle man (paypal) out and I could redirect my sites revenue to a bank account?
andynov123 is offline   Reply With Quote
Old 07-09-2011, 09:01 PM   PM User | #6
Inigoesdr
Super Moderator


 
Inigoesdr's Avatar
 
Join Date: Mar 2007
Location: Florida, USA
Posts: 3,604
Thanks: 2
Thanked 399 Times in 392 Posts
Inigoesdr is a jewel in the roughInigoesdr is a jewel in the roughInigoesdr is a jewel in the rough
I've never seen a regular bank that allowed you to process transactions without using a merchant processor, but feel free to contact your bank about that.
Inigoesdr is offline   Reply With Quote
Old 07-09-2011, 09:15 PM   PM User | #7
andynov123
Regular Coder

 
Join Date: Oct 2010
Posts: 246
Thanks: 8
Thanked 1 Time in 1 Post
andynov123 is an unknown quantity at this point
So whats the purpose of having a payment transaction system if I have to go through paypal anyway? How does it benefit me?
andynov123 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:32 AM.


Advertisement
Log in to turn off these ads.