answersLogoWhite

0

In normal circumstances only apache server supports php scripts. There can be some tweaking done in tomcat to support php

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What server can use PHP and Oracle?

Oracle is a database server and is independent from the web server. This means that any server capable of running natively or through CGI/FastCGI php can also use Oracle.


What is php 5.1 software?

That's PHP Engine.. Allow you to develop PHP Scripts.. you can use it to develop PHP Scripts and test it on your local machine before you send it to server.. (your website)


Tomacat is a web server?

Yes. Apache Tomcat is a Web Server


Does Apache support PHP?

Yes, Apache Tomcat supports the installation and usage of PHP (of any version below 5, not including 5). See the related links for an official Tomcat-PHP installation guide.


Will php 4.4.7 server support php 5 files?

Yes php 4.4.7 server support php 5 files. But most of the php 5 features are not supported by php 4.4.7 version


How-to download php videos?

A PHP file will not be a video. Videos are commonly .wmv, .mov, .mp4, etc. PHP is a server scripting programming language. Since a PHP file is completely parsed on the server, you cannot download a PHP file, unless you use another script to enforce the download. But even that approach requires that the script be on the same server as the target one.


What is the naming extension for a webpage?

with just plain HTML its .HTML, but if you want to use a server side language like php it will be .php


Why Apache use in php?

If I understand correctly it is because php is primarily a web programming language and Apache is a popular HTTP server.


Does php run in Windows 7?

Php can run on windows 7, but it does not run directly on it. PHP is a server side-language that runs on Apache. So in order to use PHP on windows 7, you need to install Apache on it. You can do this by installing WAMP server on your windows 7 machine. PHP will automatically be available to you once installed.


Why PHP programming is so much important?

If you are involved in web development you would require to use a server side language. PHP is one of the many server side languages available freely and the coding is not that difficult for php. It is not a iron clad rule that you have to use PHP for web development but the cost of developing and deploying websites using php is less so that is something worth thinking about.


What are the advantages of apache tomcat?

Tomcat is a an application, a product of Apache Software foundation, that enables you to make you standalone PC work as a Server.This can help in a lot of tasks such as programming using Java Server Pages (JSP).By installing this software you can use your PC as a server and do any related task that a server does.To avail this benefit you need to download and install Tomcat (6.0 is the latest version) and configure it thereafter.


How can you put PHP into your product details pages?

<?php // your php code goes here ?> If your product pages are created in PHP (have the .php extension) then you can simply add the php start/end tag. There is a way to have the server recognize PHP inside of HTML files but that would require some work on the server, better left to the server manager.