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

As a fresher I have done Python training, but hardly getting response from any company. What should I do?
only having training in Python is not enough to be called for intervew. Better you should get real time certification course form reputed organisation with smart hand-on real project exposure. Try to have...
Yamini
0 0
6
Looking for Yii Framework experts who are willing to train.
A constructor is a special method of a class in object-oriented programming that initializes an object of that type. A constructor will have same name as the class, and can be used to set the values...
Pritam
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
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
What are global variable in php ?
A variable declared outside a function is global
Ajay

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

Ask a Question

Related Lessons

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...

How To Connect To Server Using PHP?
It is very easy to connect to server using PHP and MYSQL. PHP is a very friendly Programming Language that any one can learn who know the basics of the Front End Development. PHP is a programming Language...

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

Hi,
To learn online is really convenient for both the sides but still trust is risk factor until and unless you don't know the teaching style of your tutor.so I will give you small free session to decide my...

What is the difference between PHP and PYTHON
Let's start with PHP: - Ideal for standard web development- Easy integration with MySQL- $_GET and $_POST built into the language- C-Esque syntax Primarily used on an Apache server (Routinely, you...

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