Why do server side languages like PHP require a virtual Apache server like XAMPP even when running on a Linus server?

Asked by Last Modified  

1 Answer

Learn PHP

Follow 1
Answer

Please enter your answer

IT Corporate Trainer with 9 years of experience in Edu tech

Because PHP is an interpreted language. This is distinctively different from e.g. Go or C, which are both compiled before they are runs. In practice this means that when you download and install PHP you are really installing an interpreter; a program that receives PHP code as an input, takes actions...
read more
Because PHP is an interpreted language. This is distinctively different from e.g. Go or C, which are both compiled before they are runs. In practice this means that when you download and install PHP you are really installing an interpreter; a program that receives PHP code as an input, takes actions based on that input (like opening / closing files, performs arithmetic, etc.), and then outputs the result. However, at least in the beginning*, PHP did not have an inbuilt web server. This is a stark contrast to a language like Go that comes with its own http package, which allows you to run a very efficient web server within your program. PHP on the other hand, needs help. This is where Apache** comes in. The server listens for http requests on a specific port on the server, normally 80, and it has been instructed to use the PHP interpreter when the request is for specific file extension, such as .php, though any file type will do. The results from the interpreter are then served to the user like any other file. * Not sure if it does today… I believe it does but I think it is only meant for development purposes ** Or any other web server for that matter, e.g. Nginx read less
Comments

Related Questions

PHP (LAMP) for entrepreneurs, is there any full time, fast track classes on PHP(LAMP) for entrepreneurs, who want are want to do some tech part in their startups
Yes, You have option. You can Join. Xpert Infotech, New Delhi. Before going through Silverlight live project training candidate should have knowledge of given concepts listed below: Knowledge of HTML...
Saee
0 0
6
what is a file handling
File handling is an important part of any web application. You often need to open and process a file for different tasks. PHP has several functions for creating, reading, uploading, and editing files....
Mayank
Between Java and Python, which one is better to learn first and why?
Both the development programs come with their strong suits. While Java allows you to enjoy the cross-platform support, Python helps you execute on at least ten different operating systems. It would help...
Priyanka
0 0
5
which institution is best for learning pHp class's? and are the requirements I learn pHp in that institution?
Hello Prem, Thank you for the question. You can come down to our institute DishaaPro which is a training division of IDS Logic Pvt Ltd, software company at UK & Noida. You get to learn in a practical...
Prem

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

How to Create A Master Page Template In PHP?
A master page template is essential to give a consistent look and feel to any website having multiple pages. It is quite easy to create a master page template in PHP using Dreamweaver. Let’s have...

User Authenication In PHP: Some Advanced echniques
User Authentication in CodeIgniter: Goals Security: We want our login system to be secure, we want to do everything we can to stop people’s accounts being hacked into. Tracking: We’d like...

Web Technology Tutorial
Web Technology has 2 category Front End (HTML,CSS,JS Etc) Back End/Server Side (PHP,JSP,ASP,ROR Etc) Front End technologies are - HTML, CSS, Bootstrap, Javascript, jQuery etc. Using front end...

Components of Digital Marketing
Content marketing Search Engine Optimization (SEO) Paid Search (PPC) Email marketing Social Media Marketing Digital Display Marketing (Ad Ops) Web Analytics and Reporting Mobile Marketing 30...
G

Geek M

0 0
0

Try to clear up the basics, if basics are clear then you can go ahead with any difficult problem
Hey guys, To all the students i just want to convey that just clear up your basics so that they can help you solve anyu problem and you would achieve a great success. Regards, Ishani Chakraborty

Recommended Articles

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Looking for PHP Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you