What software do you recommend for an absolute beginner to the world of web servers? I have downloaded Apache and done a little with it but I would like something a little more user-friendly (if such a thing exists) also I would ideally like the software to be free as I am just playing about at the moment.
Also if anyone knows of any step-by-step guides that would be great!
I am looking into web servers and hosting my own web server on my own PC?
I%26#039;m sorry to say that it%26#039;s going to get more complicated.
The good news, though, is that it is well worth the effort.
Apache is still your best bet when it comes to web servers... especially if you%26#039;re wanting to emulate something on your local machine that you%26#039;ll later want to take online. For example, many popular web applications (Joomla, Drupal, MediaWiki, WordPress, and the list goes on) make use of Apache%26#039;s mod_rewrite module to make search-engine-friendly URLs. You won%26#039;t be able to emulate that on your local machine with another server.
You%26#039;ll need to install (and configure) at least two other programs... MySQL (the database server, and PHP (the scripting language). Yes, it can be a trial... but knowing what%26#039;s going on behind the scenes can be a real asset when things start behaving in ways that you don%26#039;t expect.
XAMPP will install Apache, MySQL, PHP, and Perl for you... AND give you a nice menu-driven interface for all three that works from your system tray -- which can be a real convenience if you don%26#039;t like opening up configuration files in Notepad every time you want to change something. But once again, that can come back and bite you, in those times when you really NEED to know the ins and outs of those configuration files.
The other trouble with XAMP is that it installs the LATEST versions of these programs. When you want to match the versions to a remote %26quot;live%26quot; site, that%26#039;s not an ideal solution.
For example, quite a few sites out there are still using Apache 1.3, and PHP seems to like Apache 2.0 better than the latest incarnation.
Finally, for MySQL, you%26#039;ll want to grab the free GUI (graphic user interface) tools. They%26#039;re not a part of the server install...
http://dev.mysql.com/downloads/gui-tools...
I am looking into web servers and hosting my own web server on my own PC?
I have been very happy with Yahoo Site Builder and Yahoo hosting , the back up is helpful too. www.robinclifton.com
Other Replys:Would suggest you vist this site and download XAMP, its a full fledge webserver with PHP and MySQL preconfigured to make life beautiful. http://www.apachefriends.org/en/index.ht...
Other Replys:i use xammp thats the best software i no of:http://www.apachefriends.org/en/xampp.ht...
hope that helps
No comments:
Post a Comment