
XAMPP
XAMPP is an open source cross-platform web server which includes the Apache HTTPD, MySQL, PHP, Perl, FileZilla FTP Server, phpMyAdmin, OpenSSL, Freetype, Webalizer, mod_perl, eAccelerator, mcrypt, SQLite, Mercury Mail Transport System, fake sendmail for windows, FPDF Class
It support Linux, Solaris, Windows and Mac OS X.
XAMPP can download from : http://sourceforge.net/projects/xampp/ that link , exe format can install very easy.
website : http://www.apachefriends.org/
After installation can view a desktop click and use . when you click that icon can see a small window named XAMPP Control Panel Application , image displayed bellow .

XAMPP Control Panel
click Start button appache , mysql and filezilla ( filezilla is an FTP ) . take internet browser and type “http://localhost/” we can use our web server and mysql is there , and phpmyadmin to http://localhost/phpmyadmin can use mysql.

and Status of XAMPP
and it giving facility to access through network , and in mysql we want to set the password default user name is “root” and POP3 server like Mercury Mail can setup it will work fine allow firewall ,
The XAMPP default ports:
| ftp | 21/tcp | # File Transfer [Control] (XAMPP: FTP Default Port) | ||
| smtp | 25/tcp | mail # Simple Mail Transfer (XAMPP: SMTP Default Port) | ||
| http | 80/tcp | # World Wide Web HTTP (XAMPP: Apache Default Port) | ||
| pop3 | 110/tcp | # Post Office Protocol – Version 3 (XAMPP: POP3 Default Port) | ||
| imap | 143/tcp | # Internet Message Access Protocol (XAMPP: IMAP Default Port) | ||
| https | 443/tcp | # http protocol over TLS/SSL (XAMPP: Apache SSL Port) | ||
| mysql | 3306/tcp | # MySQL (XAMPP: MySQL Default Port) | ||
| AJP/1.3 | 8009 | # AJP/1.3 (XAMPP: Tomcat AJP/1.3 Port) | ||
| http-alt | 8080/tcp | # HTTP Alternate (see port 80) (XAMPP: Tomcat Default Port) |


Posted in 


