shane85 Posted November 3, 2010 Share Posted November 3, 2010 hey guys. sorry if this is posted in the wrong section. I am gonna attempt to start a project and wondering what the best web server is I should run on my pc. I have used ones in the past I liked and were good but to be honest its probably been 5 years+ and I dont remember the name of it. Also, I am looking to create a db, so how can I run phpmyadmin on this so I can make my databases?? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/217630-whats-best-home-server-to-run/ Share on other sites More sharing options...
MasterACE14 Posted November 3, 2010 Share Posted November 3, 2010 if you're running windows either XAMPP or WAMP in my opinion, comes with PHP, MySQL, Apache, PHPMyAdmin all configured. Quote Link to comment https://forums.phpfreaks.com/topic/217630-whats-best-home-server-to-run/#findComment-1129812 Share on other sites More sharing options...
trq Posted November 3, 2010 Share Posted November 3, 2010 Apache is pretty much the standard when it comes to php. Quote Link to comment https://forums.phpfreaks.com/topic/217630-whats-best-home-server-to-run/#findComment-1129838 Share on other sites More sharing options...
shane85 Posted November 3, 2010 Author Share Posted November 3, 2010 thanks guys.... XAMPP was the one I used before now I remember. Ive tried it twice...the first time I had problems installing it, then 2nd time no problem. Now im having trbles installing it again. I did, but when I try to load mysql and it loads a web browser I get "internet explorer cannot display the web page" I cant get it installed properly...I think last time I had to modify the php.ini or something for it to work....is this a familiar problem? Quote Link to comment https://forums.phpfreaks.com/topic/217630-whats-best-home-server-to-run/#findComment-1129963 Share on other sites More sharing options...
rwwd Posted November 3, 2010 Share Posted November 3, 2010 Use wamperver 2 - a very good version to use, they have all of the bugs sorted out it this version; been using it now for about 5 years ish ~ before that I used xampp, and lampp (ubuntu) which I thought were kinda clunky. Rw Quote Link to comment https://forums.phpfreaks.com/topic/217630-whats-best-home-server-to-run/#findComment-1129968 Share on other sites More sharing options...
gizmola Posted November 4, 2010 Share Posted November 4, 2010 In my opinion, the best solution if you have are deploying to linux and you have a workstation with adequate computing power and memory, is to run virtualization -- in the past I used Vmware, but the last few years I've been running sun's free Virtualbox. I have a complete howto on setting up Centos, but I've setup other distros, most recently debian. http://www.gizmola.com/blog/archives/blog/archives/95-Run-a-Centos-Lamp-development-server-on-XP-using-VirtualBox.html http://www.gizmola.com/blog/archives/97-Centos-Virtual-LAMP-server-Part-II.html Lots of advantages --- you can run the same environment as your server, you can run multiple VM's and simulate complex multi-server deployment environements, and best of all, you don't pollute your workstation with a bunch of software and services. When you want your development server(s) you start up your VM, when you don't want it, shut em down. Quote Link to comment https://forums.phpfreaks.com/topic/217630-whats-best-home-server-to-run/#findComment-1130141 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.