serverman Posted January 2, 2008 Share Posted January 2, 2008 i got afew little things to ask first i will say hi, im new to apache and php but i have about 2years of html and 1 year of java and 1 1/2 of css (but about 2 days of php and liking it) im soon to set up and start my first server with a nifty little website on it (myspace layout, html tutorals/css tuts, and some lil apps i made and a forum, and some randum php thing like a adrot and some polls, also there will be images that there sites will be pulling on and stuff like that.) ok now to the point.. first is my server setup i made overkill for running the above with apache. please note i havent bought any of this yet so dont be like it to late http://www.newegg.com/Product/Product.aspx?Item=N82E16813151024 mo 339 http://www.newegg.com/Product/Product.aspx?Item=N82E16819117081 pross 382for 2 http://www.newegg.com/Product/Product.aspx?Item=N82E16820134331 mem 40 http://www.newegg.com/Product/Product.aspx?Item=N82E16817182021 pow 31 http://www.newegg.com/Product/Product.aspx?Item=N82E16827135151 dvd/cd 18 http://www.newegg.com/Product/Product.aspx?Item=N82E16822136075 HDd 50 860 EX stuff http://www.newegg.com/Product/Product.aspx?Item=N82E16812195004 4 pin to fan $12 http://www.newegg.com/Product/Product.aspx?Item=N82E16835150053 80mm fan $2 http://www.newegg.com/Product/Product.aspx?Item=N82E16835100009 ar silv 3$ http://www.newegg.com/Product/Product.aspx?Item=N82E16835168006 120 mm fan 4$ 21 next... does anyone know if there is a ftp or remote admin deal for apache like on xitimi(i think thats the name)? next... what kind of isp do i need other than a lan highspeed next... last im gonna be asking about phpbb setup it seeing that i have mssqlserver2000+ but i have mysql installed so it gives me this message on the database connect it says "Could not connect to the database, see error message below. [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified " what do i do... note i know nothing about mysql or any sql at that im lost for real need help with that.. but its for a later time forum can wait Quote Link to comment Share on other sites More sharing options...
madmax Posted January 9, 2008 Share Posted January 9, 2008 Is this Win32 or Linux? If Win32 then a good FTP server is FileZilla - http://filezilla-project.org/ ISP connections generally tend to be asymmetric. That meaning that downlink speed (your dowloading of material) is about 10 times faster than the uplink speed (your uploading/sending of material such as emails etc to others). When you host a server at home you are using the uplink speed to send pages - which is often a 1/10th of the advertised speed - to service your visitors. However a modest server can work on a 2mb broadband even with 200kbps uplink using mod_deflate compression (similar to OnSpeed). The connections are wired this way to suit the business models of the ISPs given that 99% of their customers want max download speed and are prepared to wait when sending mails (which are usually capped at about 10mb anyway). No idea about PHPBB and MySQL - you'd be best to ask in the MySQL area. Sounds like you don't have everything installed properly as PHP should be talking directly to MySQL rather than (AFAIK) chatting to an MS ODBC driver. I'd work through the MySQL and PHPBB install procs before you tweak about with the server too much. In the past I've found installations to be pretty straightforward once the basic server is up and running. There are some remote admins for Apache (try Webmin) but some of these cost money. I've never found anything I really liked. Either too expensive or far too complex. PHPMyAdmin is good. http://www.phpmyadmin.net/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.