the empty calorie 0 Report post Posted September 2, 2005 Hello everyone. Now I've had many experiences with desktop systems, but Today, I've decided to taskle a new task:Building a webserver.Now, I'm guessing someone knows how I'd want to go about this. I'd be running either OpenBSD, or Debian Linux. The computer is a bit older, but all it will do is serve a index page and a message board. Does anyone know of a good way I can go about doing this? Share this post Link to post Share on other sites
yordan 10 Report post Posted September 2, 2005 I'm also interested by this questins. I guess that you first need to install a java server, probably apache. maybe installing Jonas withi comes bundles with tomcat should be a nice idea. let's see what experienced people will think about that.An easier way, of course, will be to use your Xisto account... Share this post Link to post Share on other sites
xboxrulz1405241485 0 Report post Posted September 4, 2005 You need a really good connection, like DSL/Cable 1.0 MBPS or more. Your ISp must let you host a server, some may not allow that. Your server should be at least 1.0 GHZ or more or else it's gonna take forever to load.OpenBSD would be a good choice if you're afraid of being cracked into, yet you can use Debian Linux.xboxrulz Share this post Link to post Share on other sites
qwijibow 0 Report post Posted September 7, 2005 ALSO...Instead of going for Apache, go for a more simple httpd.my favorite http web server is lighttpd (combination of light and httpd) or just "Lighty".Its default configureation is minimalist, it supports many apache features, and because of its light weight, its lightning fast.http://www.lighttpd.org/ Share this post Link to post Share on other sites
pawitp 0 Report post Posted September 17, 2005 I remembered Light httpd, it runs faster than Apache on older computer and it's a better Idea to use it for whoose who doesn't advanced Apache server. Tomcat is NOT Recommended since it will run java to serve jsp which is not probably what you want. You probably want to use PHPBB or IPB for forum so you will need PHP. Share this post Link to post Share on other sites
riceworm 0 Report post Posted September 18, 2005 if you want to use PHPBB or IPB for forum, you will need PHP and MYSQL for supporting the forum.check the http://php.net/ and http://www.mysql.com/. both sides have HOW-TO SETUP manuals. Share this post Link to post Share on other sites