PDA

View Full Version : website hosting using freebsd and an Isp provider


cliedo
December 13th, 2008, 04:00
I want to set up my own website using freebsd and use my isp provider. It will be just for one site, what is the minimal server and packages I will need this is why im posting it as off topic

danger@
December 13th, 2008, 12:57
Well it all depends on what kind of web site are you planning to host, mainly whether you plan to host dynamic content or just static....you have to provide more information in order to allow our users to help you.

cliedo
December 15th, 2008, 05:18
I just got through reading building a server using freebsd 7 but didnt provide the info i needed. It will a dynamic not a qualified registered
domain name hey I am not cheap just frugal

cliedo
December 15th, 2008, 05:19
its like the website "tiny.url"

abarmot
December 15th, 2008, 07:22
you should start with apache :)

cliedo
December 18th, 2008, 05:58
Ive been reading,Apache, The Definitave Guide. Also reading Building a server with freebsd 7

cajunman4life
December 19th, 2008, 08:16
You say the book didn't provide you with the info you need - yet you really don't say what the info you need is...

So, please, be specific with what you need.

You say you will not run it off a registered hostname? How do you intend for it to work? You must mean using something like no-ip or dyndns. If this is the case, then check with your ISP as running a website may be against their TOS and grounds for them to close your account.

Dara
December 19th, 2008, 11:15
Try reading at www.freebsddiary.org alot of information most if its old but still usable.. Maby you find what you are looking for.

dclau
December 20th, 2008, 10:20
A very detailed example: Lighttpd, PHP 5 and MySQL 5 on FreeBSD (http://osresources.com/5_11_en.html)
A more secure example: Lighttpd, FastCGI and PHP with individual user permissions (http://redmine.lighttpd.net/wiki/lighttpd/HowToSetupFastCgiIndividualPermissions)
Or, even more secure and simple: Hiawatha (http://www.hiawatha-webserver.org/howto) (i'm using it since version 5.7, excellent piece of software)
Good luck.

I just got through reading building a server using freebsd 7 but didnt provide the info i needed. It will a dynamic not a qualified registered
domain name hey I am not cheap just frugal
I understand that you don't want (or own) a domain, is that right?
You still can go online, just use one of dyndns.com services, they work even with dynamically assigned IPs. Have a look: DynDNS services (http://www.dyndns.com/services/).

cliedo
December 24th, 2008, 02:40
thanks all for the comments and suggestions