Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to install small ads (advertising) server on my local computer, to be run on linux,

is there anybody know the program/tools of it ?.

thanks,

share|improve this question

2 Answers

First, you'll need a way to receive requests. A static IP address. Or a service like No-IP.

Then, you'll need a way to serve the ads. A server like apache would do fine. If the ads are static, you're done.

If they need to be dynamic, install PHP or Tomcat (JSP). Or whatever you prefer.

share|improve this answer

If you still need a way to serve the ads, I'd recommend DFP SB. It's a free and simple ad server: www.google.com/dfp/info/sb/index.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.