Saturday, 15 November 2008

What is Windows Services Definition ?


Windows Servicesare used to run these servers and modules. Once services are installed they can be started and stopped via Start > Control Panel > Administrative Tools (switch to classic view if you do not see the Administrative tools) > Services. These Services can be configured to automatically start or to be started manually. The Apache Service and the IIS service should not run at the same time. This will be discussed in more detail later in the tutorial. By : tinkertech.net Read More......

What is IIS Definition ?


IIS (Internet Information Server) is Microsoft's web server. It performs the same functions as Apache and is used with ASP and Access files primarily, but it can also run PHP and MySQL. It can be installed on Windows based machines (Windows 2000, Windows XP, etc.). IIS is available on the Windows installation CD. Typically you will install Apache or IIS; both servers services should not be running on your machine at the same time. IIS is needed to run ASP/Access applications. By : tinkertech.net Read More......

What is phpMyAdmin Definition ?


phpMyAdmin is a popular PHP driven web interface that allows you to manage your MySQL database content via a web form. It is much easier to learn to use phpMyAdmin to manage your MySQL database content than it is to edit it from the command line. phpMyAdmin is "open source" and therefore free. By : tinkertech.net Read More......

What is Apache Definition ?


Apache is a popular web server that many ISP's and individuals use to host web pages. When you install Apache on your system your machine becomes a web server. Pages stored on your system in a "special folder" are accessible on the Internet via the machine's IP address. In order for pages to be viewed on the Internet, the files must be stored in a special directory; this directory is usually called htdocs, public_html, or www. If you use a web host, you probably upload your files to a directory with one of these names. If someone else wants to access your web pages, they must know the IP Address of your machine, i.e., 179.199.9.100. Apache is "open source" and therefore free. By : tinkertech.net Read More......

What is MySQL Definition ?


MySQL is a relational database system. MySQL uses "Structured Query Language" which is the most common database language. It is the most popular "open source" database in the World. MySQL content can be managed via a command line or a web interface. MySQL is "open source" and therefore free. We use the Apache Server to work with MySQL files in the classroom.By : tinkertech.net Read More......

What is PHP Definition ?


Description :
PHP: Hypertext Preprocessor is a scripting language that is embedded in HTML. PHP scripting code is frequently used to connect web pages to MySQL databases to create dynamic web sites. Some popular examples of PHP driven web sites would be blogs, message boards, and Wikis. PHP files are actually plain text files; they can be created in TextPad or any other Plain Text Editor. In a text editor set the Save As type to text and save the file with a .php extension. Note: You must type the .php yourself. PHP files can also be created with Dreamweaver MX 2004. PHP is "open source" and therefore free. We use the Apache Server to work with PHP files in the classroom Read More......

Free Download Apache2Triad


Description :
A distribution of some of the most popular open source servers and interpreters for developing and providing web content

Apache2Triad spells instant and facile deployment of web software on any windows server along the lines of the WAMP paradigm in a point and click manner in just minutes and is a ideal solution for the setup of server farms.

A2T has been customised for clients to only contain the components of their choice or add another and/or include their own software in order to streamline their deployment process.

Apache2Triad implies an important level of experience and insight amassed over a number of 24 releases spanning 3 years, commercial customizations and continuous user support.

Apache2Triad sports around half a million downloads and over 3 years of real-world testing and is one of the leading open source WAMP stacks.

A2T is featured in lab files of the prestigious CIW (Certified Internet Web Professional) v5 Foundations course and is used in many other teaching environments.

A2T is used for hosting many sites of the Turkish and Brazilian governments as well as thousands of private websites worldwide.

A2T is being recommended in windows setup manuals of many open source software like rubyonrails , dotproject and is the program of choice on many web programming papers.

What's New in This Release:

· fixed mod_perl 2.0.1 bug
· added apache SSL restart
· optimised access.cgi to deal with huge logs
· updated Apache to 2.2.0
· updated OpenSSL to 0.9.8a
· updated PHP to 5.1.2
· updated Zend Optimizer to 2.6.2
· updated Xdebug to 2.0.0 beta5
· updated DBG to 2.18.5
· updated SlimFTPd to 3.18
· updated Xmail to 1.22
· updated PostgreSQL to 8.1.2
· updated pgAdmin to 1.4.1
· updated phpPgAdmin to 4.0.1
· updated MySQL to 5.0.18
· updated MyODBC to 5.0.0
· added MySQL Administrator 1.1.8
· added MySQL Query Browser 1.1.20
· updated PHPmyadmin to 2.7.0 pl2
· updated UebiMiau to 2.7.9
· updated AWStats to 6.5
· security fix for CVE-2006-0144
· added Apache2Triad Manager
· reverted apache MaxRequestsPerChild to 0
· INCLUDES filter removed issue adressed
· added fix for VC80.CRT runtime libraries
· updated mod_perl to 2.0.3
· updated mod_ssl to 2.2.0
· disabled mod_python 3.2.7

Windows Version :
- Apache2Triad 1.5.4 [ Download ]
- Apache2Triad 1.4.4 [ Download ]
- Lates Version [ Download ] Read More......

Free Download App Server

Read More......

Free Download EasyPHP

Read More......

Free Download WAMP Server

Original Site : www.wampserver.com

Description :
WampServer is a Windows web development environment. It allows you to create web applications with Apache, PHP and the MySQL database. It also comes with PHPMyAdmin and SQLiteManager to easily manage your databases.

WampServer installs automatically (installer), and its usage is very intuitive. You will be able to tune your server without even touching the setting files.

WampServer is the only packaged solution that will allow you to reproduce your production server. Once WampServer is installed, you have the possibility to add as many Apache, MySQL and PHP releases as you want.


FAQ :
1. Can I manually add a release of Apache, PHP or MySQL?
Yes and here's how. Download your favorite relerase on its official site, and put it in the bin directory of WampServer.
For Apache and MySQL, just add a wampserver.conf file inside the release's directory.
See the files delivered wih WampServer tocreate your own wampserver.conf file.
For PHP, also add a php.ini file (used in CLI if necessary) and a phpForApache.ini file (used by Apache) and that's it.

2. Is it possible to have multiple instances of a same release of Apache, MySQL or PHP?
Yes, you just have to rename one of the instances. For example, you can add a letter to the directory name (ex : php5.2.5 et PHP5.2.5b).

3. Where is the php.ini file?
There are many php.ini files in WampServer. First, each release of PHP has 2 php.ini files :
- a file named php.ini used in CLI
- a file named phpForApache.ini used by Apache when the PHP release is active.

A third php.ini file is in the bin directory of the active Apache. This file is a copy of the phpForApache.ini file of the active PHP.
This file is the one used to execute your PHP scripts so make changes to this one if you want to modify you settings without using the WampServer menu.

Windows Version :
- WAMP Server 2.0 [ Download ]
- WAMP Server 1.0 [ Download ]
- Lates Version [ Download ] Read More......

Free Download PHP Triad 2.2.1

Original Site : www.phpgeek.com

Description :

PHP Triad is an installer for Windows versions of PHP, Apache, MySQL, Perl and PHPMyAdmin. Phew! I guess the Triad name has been a little outgrown, but we can overlook that!

I tried out the installation on a P4 1.8 Ghz running Win2000 Professional with no other webserver installed. The installation was performed with PHPTriad 2.11.

After downloading I ran the install script, read the quick text that explains a couple of points about the installation and proceeded. 1 minute later I went to the Start menu and under PHPTriad chose "Start Apache" followed by "Start MySQL", opened my browser and went to 127.0.0.1 to find a working webserver, with links to a quick PHPInfo script and PHPMyAdmin.

The basic install sets up the following:

* PHP - 4.0.5
* MySQL - 3.23.32
* Apache - 1.3.14
* PHPMyAdmin - 2.1.0
* Perl - nsPerl 5.005_03

There is a separate download at present to upgrade PHP to 4.1, this is apparently an interim arrangement until the next full version is ready.

After installation, I followed the link to PHPMyAdmin and got back an error:
"Warning: Can't connect to MySQL server on 'localhost' (10061) in C:\apache\htdocs\phpmyadmin\lib.inc.php on line 255"

A quick scout in the FAQ section of the PHPGeek site showed that I needed to run "winmysqladmin.exe" from "c:\apache\mysql\bin" and choose a username and password to add a user account to the database first. With that done, phpMyAdmin worked with no problems, though you'll also find that you can do a bunch of admin tasks through winmysqladmin.exe as well.

I have earlier tried the EasyPHP installer, which also worked, but was written in French making it harder for English speakers to work out any problems that might occur. PHPTriad worked very well for me, setting up a basic webserver, database and development tools environment with no sweat broken at all. Of course all the programs are installed with the most basic settings, so you'll still need to work your way through configuring the various programs for your exact requirements. One major point to notice is that none of the Perl or PHP code libraries are installed.

If you are simply looking to get a PHP, Apache, MySQL installation up and running, I would definitely recommend PHPTriad

Windows Version :
- PHP Triad 2.2.1 [ Download ]
- PHP Triad 2.1.1 [ Download ]
- Lates Version [ Download ] Read More......

Free Download XAMPP

Original Site : www.apachefriends.org

Description :

An easy to install Apache distribution for Windows containing MySQL, PHP and Perl

XAMPP is an Apache distribution containing MySQL, PHP and Perl.

Many people know from their own experience that it's not easy to install an Apache web server and it gets harder if you want to add MySQL, PHP and Perl.

XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.

Vista Note: Because missing or insufficient write permissions in the c:program files folder of the default vista installation, we recommend to use alternate folders for XAMPP e.g. c:xampp or c:myfolderxampp.

Here are some key features of "XAMPP":

· Apache 2.2.4
· MySQL 5.0.33
· PHP 4.4.5
· PHP 5.2.1
· Perl 5.8.7
· ProFTPD 1.2.10
· phpMyAdmin 2.9.2
· OpenSSL 0.9.8d
· GD 2.0.1
· Freetype 2.1.7
· libjpeg 6b
· libpng 1.2.7
· gdbm 1.8.0
· zlib 1.2.3
· expat 1.2
· Sablotron 1.0
· libxml 2.6.11
· libxslt 1.1.8
· Ming 0.2a
· Webalizer 2.01
· pdf class 009e
· ncurses 5.8
· mod_perl 2.0.1
· FreeTDS 0.63
· gettext 0.11.5
· IMAP C-Client 2004e
· OpenLDAP (client) 2.3.11
· mhash library 0.8.18
· mcrypt library 2.5.7
· cURL 7.13.1
· SQLite 2.8.9 (in case of PHP5: 2.8.14)
· phpSQLiteAdmin 0.2
· libapreq 2.06-dev
· eAccelerator 0.9.3
· FPDF 1.53

Requirements:
· 64 MB RAM (RECOMMENDED)
· 200 MB free HD space

Windows Version :
- XAMPP 1.6.8 [ Download ]
- Lates Version [ Download ] Read More......