apache
Archived Posts from this Category
Archived Posts from this Category
Windows hosting is more expensive, less dependable, less well supported, and less capable than Linux. Unless you are running applications (such as ASP or .Net, or use MSSQL) that absolutely require a Windows server and/or database, stick with Linux.
Note that some Windows services (e.g., ASP) may be available on a Linux server for extra cost (work-alikes such as Chilisoft). If you’re going to pay extra for something like that, you might want to go ahead and go 100% Windows, just so there’s no question about compatibility.
Windows and Linux often use two different web server applications. Windows sites use the Windows IIS server, while nearly all Linux sites use Apache.
Linux sites focus on PHP, Perl and other open-source script languages for server side scripting. Windows-based sites use ,NET and ASP technologies. They might also offer support for PHP.
Linux sites offer MySQL as the database for backend content storage. Windows sites will probably offer SQL Server, though some offer the Windows versions of MySQL as well.
There shouldn’t be any difference between the two if you use strict web standards in your HTML. However, you need to be aware of the fact that, since Dreamweaver is a Windows-only product, it may insert some non-standard things into your HTML. Frontpage also does this.
About author : This original article is property of Top 10 Web Hosting (http://www.top10webhosting.com). List of best web hosting services company offering PHP and MySQL. Compare & save ! on web hosting fee. Note : Please include author information if you wish to republish this article.0 comments Thursday 18 Mar 2010 | BestHosting | apache, tutorial, windows
How do I offset the Timezone for my location, instead of the server timezone?
First of all, setting the timezone at .htaccess level using “SetEnv TZ location” doesn’t work on your php script.
If you are using PHP 5.1 and ealier, add this code within your php
putenv(‘TZ=Europe/London’); /* change the TZ value accordingly. */
If you are using PHP 5.1 up, add this code within your php script.
date_default_timezone_set(‘Europe/London’);
0 comments Monday 25 Aug 2008 | BestHosting | apache, php, tutorial
Apache 2.x hosting offer many new features compare to Apache 1.3.x, including
Lunarpages has recently upgrade their web hosting plan to include option to support Apache 2 hosting. Customer do not have to pay extra for this extra feature. If you are not sure which one to choose, pick 1.3.x as Apache 1.3 has been very stable for years.
Lunarpages is also running a promotion now, by entering coupon code “spring“, you will get $48 off your total bill for all 2 years hosting plan. Which also means, the hosting plan is as low as $4.95/month after discount. Click here to enjoy this discount.
About author : This original article is property of Top 10 Web Hosting (http://www.top10webhosting.com). List of best web hosting services company offering PHP and MySQL. Compare & save ! on web hosting fee. Note : Please include author information if you wish to republish this article.0 comments Thursday 17 Apr 2008 | BestHosting | apache, hosting plans, shared hosting