Only advanced technologies
|
LAMP Architecture es freely distributed software that:
- allows to reduce significantly the cost of work;
- has a high degree of reliability: the program code was checked several times by its developers from all over the world (the community Open Source);
- has the inbuilt security systems of a very good quality that meet the requirements of the aggressive environment of the Internet;
Basic components of LAMP Architecture :
|
Linux - the operating server system which was created by Linus Torvalds
http://linux.org
|
|
Apache - most Internet sites work under the control of this Web server. Many additional modules were created for Apache, which permits Web servers and scripts written in different programming languages to work together.
http://apache.org
|
|
MySQL - database with an excellent speed of work. It is ideal for small and average projects. MySQL works both on Unix and on Windows platform.
http://www.mysql.com |
|
PHP - the server language of the dynamic scripts which was initially created as a tool for the development of Web applications and has incorporated the opportunities of such languages as C, Perl, Java
http://www.php.net |
|